# File lib/hashie/extensions/dash/property_translation.rb, line 174 def property_exists?(property) fail_no_property_error!(property) unless self.class.property?(property) true end