What happens to 'a' in the following case? class Test a = 1 puts a end When executing 'a' is printed but what is 'a' in this case? -- Justin Johnson