diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-17 18:14:05 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-17 18:14:05 +0000 |
| commit | 1d85625b8781445af6a1dc8915129b14d33a4c8a (patch) | |
| tree | e0a3a8afd1fbda407b8e36749d4f84f7e1942c0a /time.c | |
| parent | 34a6902fd6751a02fc3bda94dadb20cc1798994a (diff) | |
| download | ruby-1d85625b8781445af6a1dc8915129b14d33a4c8a.tar.gz ruby-1d85625b8781445af6a1dc8915129b14d33a4c8a.tar.xz ruby-1d85625b8781445af6a1dc8915129b14d33a4c8a.zip | |
1.6.2 (to be)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
| -rw-r--r-- | time.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
