Skip to content

Instantly share code, notes, and snippets.

@JEG2
Created January 16, 2012 17:10
Show Gist options
  • Select an option

  • Save JEG2/1621833 to your computer and use it in GitHub Desktop.

Select an option

Save JEG2/1621833 to your computer and use it in GitHub Desktop.
A_CONSTANT = :outside
class AClass
A_CONSTANT = :inside
end
p A_CONSTANT # => :outside
p AClass::A_CONSTANT # => :inside
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment