Skip to content

Instantly share code, notes, and snippets.

@jvoegele
Created July 21, 2015 15:09
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 jvoegele/90d540c1bd11236b5898 to your computer and use it in GitHub Desktop.
Save jvoegele/90d540c1bd11236b5898 to your computer and use it in GitHub Desktop.
class C
def m1
def mysterious; end
end
end
class D < C; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment