# File lib/merb-core/core_ext/mash.rb, line 65
  def key?(key) 
    super(convert_key(key)) 
  end