module Hashie::Extensions::Dash::PropertyTranslation::ClassMethods

def fail_self_transformation_error!(property_name)

def fail_self_transformation_error!(property_name)
  raise ArgumentError,
        "Property name (#{property_name}) and :from option must not be the same"
end