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