Skip to content

Instantly share code, notes, and snippets.

@mactkg
Created September 26, 2014 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mactkg/0d0f670d6116b1d1de7a to your computer and use it in GitHub Desktop.
Save mactkg/0d0f670d6116b1d1de7a to your computer and use it in GitHub Desktop.
[1] pry(main)> module World::Japan::Tokyo
[1] pry(main)* class Nakano
[1] pry(main)* def initialize
[1] pry(main)* p "hello"
[1] pry(main)* end
[1] pry(main)* end
[1] pry(main)* end
NameError: uninitialized constant World
from (pry):1:in `__pry__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment