Skip to content

Instantly share code, notes, and snippets.

@joliss
Created October 20, 2015 02:50
Show Gist options
  • Select an option

  • Save joliss/c23b1aee9453acabdd70 to your computer and use it in GitHub Desktop.

Select an option

Save joliss/c23b1aee9453acabdd70 to your computer and use it in GitHub Desktop.
class A
def self.do_something
p 'yay'
end
end
class B < A
end
B.do_something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment