Method: Mechanize::HTTP::AuthRealm#inspect
- Defined in:
- lib/mechanize/http/auth_realm.rb
#inspect ⇒ Object
:nodoc:
27 28 29 |
# File 'lib/mechanize/http/auth_realm.rb', line 27 def inspect # :nodoc: "#<AuthRealm %s %p \"%s\">" % [@scheme, @uri, @realm] end |