From 58355ea52a44ba8d66f1eb4dc10934e7b75efa7b Mon Sep 17 00:00:00 2001 From: nagachika Date: Fri, 13 May 2011 12:54:57 +0000 Subject: * lib/logger.rb: format comments to keep 80 columns in a line. * lib/uri/common.rb: ditto. * lib/uri/ftp.rb: ditto. * lib/uri/ldap.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/ftp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/uri/ftp.rb') diff --git a/lib/uri/ftp.rb b/lib/uri/ftp.rb index 663ecd5788..a6ef692d53 100644 --- a/lib/uri/ftp.rb +++ b/lib/uri/ftp.rb @@ -47,8 +47,8 @@ module URI # alternate initialization # Creates a new URI::FTP object. # - # Unlike build(), this method does not escape the path component as required by - # RFC1738; instead it is treated as per RFC2396. + # Unlike build(), this method does not escape the path component as + # required by RFC1738; instead it is treated as per RFC2396. # # Arguments are user, password, host, port, path, typecode, # and arg_check, in that order. -- cgit v1.2.3