Skip to content

Instantly share code, notes, and snippets.

@masaedw
Last active January 1, 2016 05:29
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 masaedw/8099033 to your computer and use it in GitHub Desktop.
Save masaedw/8099033 to your computer and use it in GitHub Desktop.
module Isono
class Namihe
end
end
class Isono::Wakame
Namihe #=> NameError: uninitialized constant Isono::Wakame::Namihe
end
module Isono
class Sazae
Nahime #=> OK
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment