class Hashie::Dash

def assert_property_set!(property)

def assert_property_set!(property)
  if send(property).nil?
    raise ArgumentError, "The property '#{property}' is required for this Dash."
  end
end