Skip to content

Instantly share code, notes, and snippets.

@sivsushruth
Created February 12, 2015 23:51
Show Gist options
  • Save sivsushruth/2cc589547c17109c6dd0 to your computer and use it in GitHub Desktop.
Save sivsushruth/2cc589547c17109c6dd0 to your computer and use it in GitHub Desktop.
module M
module N
end
end
X = M::N
p M::N.parent # => M
p X.parent # => M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment