From d6f70951dbf2dcdec6515ee783de539d739875dd Mon Sep 17 00:00:00 2001 From: akira Date: Sat, 4 Oct 2003 03:49:01 +0000 Subject: * 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 --- lib/uri/mailto.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/uri/mailto.rb') 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 -- cgit v1.2.3