# File lib/hashie/mash.rb, line 148
   def respond_to?(method_name, include_private=false)
     return true if key?(method_name)
     super
   end