We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f02f5d commit d1dd4a0Copy full SHA for d1dd4a0
lib/net/http/generic_request.rb
@@ -62,7 +62,7 @@ def initialize(m, reqbody, resbody, uri_or_path, initheader = nil)
62
attr_reader :decode_content
63
64
def inspect
65
- "\#<#{self.class} #{@method}>"
+ "\#<#{self.class} #{@method} path=#{@path.inspect} headers=#{to_hash.inspect}>"
66
end
67
68
##
0 commit comments