Tag Archives: invocation

Calling Grandparents in Ruby

I’m not the first to post about this, but it’s worth re-posting since not everyone knows how to do it. Ruby makes it easy to call an objects’ superclass methods: class Parent def foo # … end end class Child … Continue reading

Posted in Uncategorized | Tagged , , , | 24 Comments