Skip to content

Instantly share code, notes, and snippets.

@lukaszx0
Last active December 22, 2015 11:08
Show Gist options
  • Save lukaszx0/6463475 to your computer and use it in GitHub Desktop.
Save lukaszx0/6463475 to your computer and use it in GitHub Desktop.
class Foobar
def foo
...
end
end
class Barfoo < Foobar
def foo
super
# check from where super comes and print "Foobar"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment