summaryrefslogtreecommitdiff
path: root/lib/uri/common.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-15 11:55:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-15 11:55:52 +0000
commit3a47cf3395dd4c4fe8bdd5df13aab698f2ca314b (patch)
treec4a278220ba8141b829c5c7b0777c1049cfe413c /lib/uri/common.rb
parent39da1b63699faf30c86e753e193c29b81b16136d (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri/common.rb')
-rw-r--r--lib/uri/common.rb14
1 files changed, 7 insertions, 7 deletions
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 )