зеркало из https://github.com/github/ruby.git
* lib/date/format.rb: reverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
721eb816c9
Коммит
6bc8bcbc7f
|
@ -1,3 +1,7 @@
|
|||
Tue May 8 20:23:07 2007 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* lib/date/format.rb: reverted.
|
||||
|
||||
Tue May 8 19:32:18 2007 Keiju Ishitsuka <keiju@ruby-lang.org>
|
||||
|
||||
* lib/rational.rb: fix high-precision Rationals cannot be
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче