class Hashie::Dash

def assert_property_exists!(property)

def assert_property_exists!(property)
  unless self.class.property?(property)
    raise NoMethodError, "The property '#{property}' is not defined for this Dash."
  end
end