class A
class << self
CONST = 1
end
end
puts A::CONST # this doesn't work
class A
class << self
CONST = 1
end class A
class << self
CONST = 1
end
end
puts A::CONST # this doesn't work
class A
class << self
CONST = 1
end