From 3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 15 May 2011 11:55:52 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/common.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/uri/common.rb') diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 8d4e8c6d41..56c6946f28 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -10,9 +10,9 @@ # module URI - # + # # Includes URI::REGEXP::PATTERN - # + # module REGEXP # # Patterns used to parse URI's @@ -111,7 +111,7 @@ module URI # see also URI::Parser.initialize_pattern attr_reader :pattern - # The Hash of Regexp + # The Hash of Regexp # # see also URI::Parser.initialize_regexp attr_reader :regexp @@ -197,7 +197,7 @@ module URI # # == Description # - # parses +uri+ and constructs either matching URI scheme object + # parses +uri+ and constructs either matching URI scheme object # (FTP, HTTP, HTTPS, LDAP, LDAPS, or MailTo) or URI::Generic # # == Usage @@ -237,7 +237,7 @@ module URI uris.inject :merge end - # + # # :call-seq: # extract( str ) # extract( str, schemes ) @@ -279,7 +279,7 @@ module URI end end - # + # # :call-seq: # escape( str ) # escape( str, unsafe ) @@ -311,7 +311,7 @@ module URI end.force_encoding(Encoding::US_ASCII) end - # + # # :call-seq: # unescape( str ) # unescape( str, unsafe ) -- cgit v1.2.3