Skip to content

Instantly share code, notes, and snippets.

@ayamomiji
Created March 7, 2012 17:27
Show Gist options
  • Save ayamomiji/1994519 to your computer and use it in GitHub Desktop.
Save ayamomiji/1994519 to your computer and use it in GitHub Desktop.
module X
module Y
end
end
module X
module Z
Y # = X::Y
end
end
module X
module Y
end
end
module X::Z
Y # uninitialized constant X::Z::Y (NameError)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment