S
SpringFlowers AutumnMoon
so 1.class will give Fixnum...
but when i define a method
def foo
puts "ha"
end
how can i invoke
foo.class
as it is taking what foo returns... as then invoke class on that.
but when i define a method
def foo
puts "ha"
end
how can i invoke
foo.class
as it is taking what foo returns... as then invoke class on that.