# File lib/facets/more/mock.rb, line 118
    def keys( sym, hsh )
      define_method( sym ) { |*args| hsh[args] }
    end