# File lib/mspec/mocks/mock.rb, line 33
33:   def self.has_key?(keys, sym)
34:     !!keys.find { |k| k.first == sym }
35:   end