Object
# File lib/webmock/http_lib_adapters/http_gem_adapter.rb, line 33 def webmock_signature ::WebMock::RequestSignature.new(method, uri.to_s, { :headers => headers, :body => body }) end