# File lib/rspec/expectations.rb, line 60 def self.method_handle_for(object, method_name) KERNEL_METHOD_METHOD.bind(object).call(method_name) end