Method: FloatExtensions#hr
- Defined in:
- lib/extensions/float_extensions.rb
#hr ⇒ Object
Public: Converts hours to milliseconds.
Returns the value in milliseconds.
22 23 24 |
# File 'lib/extensions/float_extensions.rb', line 22 def hr min * 60 end |