class Hashie::Dash

def assert_property_exists!(property)

def assert_property_exists!(property)
  fail_no_property_error!(property) unless self.class.property?(property)
end