# File lib/webmock/request_pattern.rb, line 62 def matches?(method) @pattern == method || @pattern == :any end