Skip to content

Instantly share code, notes, and snippets.

@rue
Created October 17, 2008 14:46
Show Gist options
  • Select an option

  • Save rue/17432 to your computer and use it in GitHub Desktop.

Select an option

Save rue/17432 to your computer and use it in GitHub Desktop.
module Foo
module Class
end
def self.foo
p constants
end
end
Foo.foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment