Skip to content

Instantly share code, notes, and snippets.

@alindeman
Created July 8, 2012 00:59
Show Gist options
  • Select an option

  • Save alindeman/3068830 to your computer and use it in GitHub Desktop.

Select an option

Save alindeman/3068830 to your computer and use it in GitHub Desktop.
class Test1
def self.bar
:bar
end
end
class Test2 < Test1
end
Test2.bar # => :bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment