Method: RequestRequest#inspect
- Defined in:
- lib/rwd/net.rb
#inspect ⇒ Object
560 561 562 |
# File 'lib/rwd/net.rb', line 560 def inspect "(RequestRequest: %s)" % [@method, @path, @data, @protocol].join(", ") end |
560 561 562 |
# File 'lib/rwd/net.rb', line 560 def inspect "(RequestRequest: %s)" % [@method, @path, @data, @protocol].join(", ") end |