class Hashie::Dash

def [](property_name)

property's default value if it hasn't been set).
Retrieve a value from the Dash (will return the
def [](property_name)
  super || self.class.defaults[property_name.to_sym]
end