Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created September 10, 2008 00:57
Show Gist options
  • Save jackdempsey/9800 to your computer and use it in GitHub Desktop.
Save jackdempsey/9800 to your computer and use it in GitHub Desktop.
~/.thor $ irb
irb(main):001:0> Node = Struct.new(:node)
=> Node
irb(main):002:0> Node.constants
=> ["Tms"]
irb(main):003:0> Node::Tms.constants
=> ["Tms"]
irb(main):004:0> Node::Tms::Tms.constants
=> ["Tms"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment