:nodoc:
19 20 21 22 23
# File 'lib/mechanize/history.rb', line 19 def inspect # :nodoc: uris = map(&:uri).join ', ' "[#{uris}]" end