module Patternic::InheritableHelpers
Public Instance Methods
raise_if_not_implemented()
click to toggle source
# 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