J
John Ky
Hi,
Why is it that when I can do this:
I can't do this?:
Does include do different things depending on where it is use? Is it
even the same include?
Thanks
-John
Why is it that when I can do this:
include Math
puts sqrt(169)
I can't do this?:
class X
include Math
puts sqrt(169)
end
Does include do different things depending on where it is use? Is it
even the same include?
Thanks
-John