Skip to content

Instantly share code, notes, and snippets.

@banister
Created November 2, 2010 01:44
Show Gist options
  • Save banister/659156 to your computer and use it in GitHub Desktop.
Save banister/659156 to your computer and use it in GitHub Desktop.
# How does work?
# at top-level:
Hello #=> :hello
class Friend
puts Hello
end
#=> NameError: uninitialized constant Friend::Hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment