Skip to content

Instantly share code, notes, and snippets.

Created June 21, 2015 00:35
Show Gist options
  • Save anonymous/0e5343809b164983d939 to your computer and use it in GitHub Desktop.
Save anonymous/0e5343809b164983d939 to your computer and use it in GitHub Desktop.
class Parent
end
class Child < Parent
end
c = Child.new
p = c.parent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment