mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
721eb816c9
commit
6bc8bcbc7f
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
Tue May 8 19:32:18 2007 Keiju Ishitsuka <keiju@ruby-lang.org>
|
||||||
|
|
||||||
* lib/rational.rb: fix high-precision Rationals cannot be
|
* lib/rational.rb: fix high-precision Rationals cannot be
|
||||||
|
|
|
@ -118,7 +118,7 @@ class Date
|
||||||
end
|
end
|
||||||
|
|
||||||
def method_missing(t, *args, &block)
|
def method_missing(t, *args, &block)
|
||||||
t = "#{t}"
|
t = t.to_s
|
||||||
set = t.chomp!('=')
|
set = t.chomp!('=')
|
||||||
t = t.intern
|
t = t.intern
|
||||||
if set
|
if set
|
||||||
|
|
Loading…
Reference in a new issue