summaryrefslogtreecommitdiff
path: root/lib/uri
diff options
context:
space:
mode:
authorakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-04 03:49:01 +0000
committerakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-04 03:49:01 +0000
commitd6f70951dbf2dcdec6515ee783de539d739875dd (patch)
tree0f5e5a0194e129b6e3d31e82702ce67549afd2d9 /lib/uri
parent51267d117721b017f00493085c8e45a7d0efed05 (diff)
* lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri')
-rw-r--r--lib/uri/ftp.rb2
-rw-r--r--lib/uri/mailto.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/uri/ftp.rb b/lib/uri/ftp.rb
index fc22a99753..8183fbcd51 100644
--- a/lib/uri/ftp.rb
+++ b/lib/uri/ftp.rb
@@ -132,7 +132,7 @@ module URI
=begin
=end
- def to_str
+ def to_s
save_path = nil
if @typecode
save_path = @path
diff --git a/lib/uri/mailto.rb b/lib/uri/mailto.rb
index 0b0d0a5878..f01673fd63 100644
--- a/lib/uri/mailto.rb
+++ b/lib/uri/mailto.rb
@@ -217,7 +217,7 @@ module URI
v
end
- def to_str
+ def to_s
@scheme + ':' +
if @to
@to