class Hashie::Mash

def type #:nodoc:

:nodoc:
def type #:nodoc:
  key?("type") ? self["type"] : super
end