Skip to content

Instantly share code, notes, and snippets.

@alpaca-tc
Created February 17, 2016 17:43
Show Gist options
  • Save alpaca-tc/c10348177f5adb4dc0b0 to your computer and use it in GitHub Desktop.
Save alpaca-tc/c10348177f5adb4dc0b0 to your computer and use it in GitHub Desktop.
irb(main):001:0> Object.const_get('A')
NameError: uninitialized constant Object::A
irb(main):002:0> :A
NameError: uninitialized constant A
irb(main):003:0> Object.const_get('A')
NameError: uninitialized constant A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment