class TestGoose

Public Instance Methods

example_failed(_notification) click to toggle source
Calls superclass method
# File lib/test_goose.rb, line 8
def example_failed(_notification)
  Honk.call
  super
end