Skip to content

Instantly share code, notes, and snippets.

@vangberg
Created April 10, 2010 17:27
Show Gist options
  • Save vangberg/362177 to your computer and use it in GitHub Desktop.
Save vangberg/362177 to your computer and use it in GitHub Desktop.
>> class Foo; end
>> class Namespace; end
>> Namespace::Foo
(irb):5: warning: toplevel constant Foo referenced by Namespace::Foo
=> Foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment