method
    
    find_matching_method_stub
  find_matching_method_stub(sym, *args)
  private
  
    Hide source    
    
      
  
# File lib/spec/mocks/proxy.rb, line 179 def find_matching_method_stub(sym, *args) @stubs.find {|stub| stub.matches(sym, args)} end

  