mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1.6.2 (to be)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d51bcd2007
commit
1b2d3f81ee
8 changed files with 75 additions and 17 deletions
1
time.c
1
time.c
|
@ -1098,6 +1098,7 @@ Init_Time()
|
|||
rb_define_method(rb_cTime, "wday", time_wday, 0);
|
||||
rb_define_method(rb_cTime, "yday", time_yday, 0);
|
||||
rb_define_method(rb_cTime, "isdst", time_isdst, 0);
|
||||
rb_define_method(rb_cTime, "dst?", time_isdst, 0);
|
||||
rb_define_method(rb_cTime, "zone", time_zone, 0);
|
||||
|
||||
rb_define_method(rb_cTime, "utc?", time_utc_p, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue