Module: Hammock::TimePatches::InstanceMethods
- Defined in:
- lib/hammock/monkey_patches/time.rb
Instance Method Summary collapse
Instance Method Details
#to_i_msec ⇒ Object
15 16 17 |
# File 'lib/hammock/monkey_patches/time.rb', line 15 def to_i_msec (to_f * 1000).floor end |