class Object
def meta
class << self
self
end
class Hello
def self.one
puts 1
Hello.meta.one # => nil
# >> 1
Post a Comment
No comments:
Post a Comment