WebMock::Response
# File lib/webmock/response.rb, line 135 def initialize(responder) @responder = responder end
# File lib/webmock/response.rb, line 139 def evaluate(request_signature) options = @responder.call(request_signature) Response.new(options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.