Method: Mechanize::RedirectNotGetOrHeadError#to_s
- Defined in:
- lib/mechanize/redirect_not_get_or_head_error.rb
#to_s ⇒ Object Also known as: inspect
15 16 17 18 |
# File 'lib/mechanize/redirect_not_get_or_head_error.rb', line 15 def to_s method = @verb.to_s.upcase "#{@response_code} redirect received after a #{method} request" end |