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