From 6bc8bcbc7f1810dc2e6169e638b1268c5555ec87 Mon Sep 17 00:00:00 2001 From: tadf Date: Tue, 8 May 2007 11:23:38 +0000 Subject: * lib/date/format.rb: reverted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/date/format.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/date') diff --git a/lib/date/format.rb b/lib/date/format.rb index 723aa6713a..e0edb45720 100644 --- a/lib/date/format.rb +++ b/lib/date/format.rb @@ -118,7 +118,7 @@ class Date end def method_missing(t, *args, &block) - t = "#{t}" + t = t.to_s set = t.chomp!('=') t = t.intern if set -- cgit v1.2.3