Hacker News new | ask | show | jobs
by ljm 2041 days ago
It's also what gives you this funky syntax:

    class Foo
      class << self
        def bar; end
      end
    end