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

Update Time documentation

This commit is contained in:
Burdette Lamar 2021-04-25 15:51:31 -05:00 committed by Jeremy Evans
parent 5a451c4b1f
commit 6ee55455a8
10 changed files with 232 additions and 141 deletions

2
doc/time/msec.rdoc Normal file
View file

@ -0,0 +1,2 @@
- +msec+ is the number of milliseconds (Integer, Float, or Rational)
in the range <tt>0..1000</tt>.