Skip to content

Instantly share code, notes, and snippets.

@Math2
Created February 16, 2016 05:08
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 Math2/867c4f9ae8a49e0aa366 to your computer and use it in GitHub Desktop.
Save Math2/867c4f9ae8a49e0aa366 to your computer and use it in GitHub Desktop.
class A
def self.eh
puts "EH"
end
end
class B < A
eh
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment