# File lib/webmock/stub_registry.rb, line 16 def register_request_stub(stub) request_stubs.insert(0, stub) stub end
# File lib/webmock/stub_registry.rb, line 21 def registered_request?(request_signature) request_stub_for(request_signature) end
Generated with the Darkfish Rdoc Generator 2.