Skip to content

Instantly share code, notes, and snippets.

@jlandahl
Created January 12, 2012 04:48
Show Gist options
  • Save jlandahl/1598842 to your computer and use it in GitHub Desktop.
Save jlandahl/1598842 to your computer and use it in GitHub Desktop.
class A
def my_class; self.class.name end
end
class B < A
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment