Module: Hospodar::Builder::InheritanceHelpers
- Defined in:
- lib/hospodar/builder.rb
Overview
Copies on_exception callback definition to subclass
Instance Method Summary collapse
Instance Method Details
#inherited(subclass) ⇒ Object
99 100 101 102 |
# File 'lib/hospodar/builder.rb', line 99 def inherited(subclass) super subclass.on_exception(&on_exception) end |