Parent

Methods

Files

WebMock::URIPattern

Public Class Methods

new(pattern) click to toggle source
    # File lib/webmock/request_pattern.rb, line 71
71:     def initialize(pattern)
72:       @pattern = pattern.is_a?(Addressable::URI) ? pattern : WebMock::Util::URI.normalize_uri(pattern)
73:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.