Object
# File lib/webmock/request_pattern.rb, line 61 def initialize(pattern) @pattern = pattern end
# File lib/webmock/request_pattern.rb, line 65 def matches?(method) @pattern == method || @pattern == :any end
# File lib/webmock/request_pattern.rb, line 69 def to_s @pattern.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.