# File lib/hashie/mash.rb, line 104
    def key?(key)
      super(convert_key(key))
    end