class Hashie::Dash
def [](property)
Retrieve a value from the Dash (will return the
def [](property) assert_property_exists! property value = super(property.to_s) yield value if block_given? value end
def [](property) assert_property_exists! property value = super(property.to_s) yield value if block_given? value end