blob: 495af63d1ee2e49e2726a2d82484ee75c323a7ac [file] [log] [blame]
class Foo
x = 56
if 3
x = "cool"
end
puts x
end
yyyy
module Foox
x = "hi"
class Cool
x = 333
putx
end
bye
end