module Hashie
module Hashie::HashExtensions
module Hashie::PrettyInspect
class Hashie::Dash
class Hashie::Hash
class Hashie::Mash
hashie
0.1.6
# []
def [](property) super(property.to_sym) if property_exists? property end