1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Time#nsec and Time#tv_nsec described.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-11-19 10:55:39 +00:00
parent 63a297994b
commit b5ccb6b34f

View file

@ -18,6 +18,7 @@ Mon Nov 19 17:51:27 2007 Tanaka Akira <akr@fsij.org>
* include/ruby/missing.h: provide struct timespec if not available.
* time.c: support nanosecond-resolution using struct timespec.
(time_nsec): new method: Time#nsec and Time#tv_nsec.
* include/ruby/intern.h: provide rb_time_nano_new.