About
Buy my book
Exceptional Ruby is the definitive guide to exceptions and failure handling in Ruby.
Pages
Categories
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
