Module: Patternic::InheritableHelpers
- Defined in:
- lib/patternic/inheritable_helpers.rb
Instance Method Summary collapse
Instance Method Details
#raise_if_not_implemented ⇒ Object
3 4 5 |
# File 'lib/patternic/inheritable_helpers.rb', line 3 def raise_if_not_implemented raise MethodNotImplementedError, "#{self.class.name}##{caller_locations[0].label} is not implemented!" end |