Skip to content

Instantly share code, notes, and snippets.

@hoffm
Created August 12, 2017 00:03
Show Gist options
  • Save hoffm/c83f7e0e7ce753183e44c18784a08c04 to your computer and use it in GitHub Desktop.
Save hoffm/c83f7e0e7ce753183e44c18784a08c04 to your computer and use it in GitHub Desktop.
# THIS WORKS
SubClass.new.foo_via_method
# => "foo"
# THIS DOESN'T
SubClass.new.foo_via_constant
# NameError: uninitialized constant MyClass::FOO_CONSTANT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment