Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/time/bbtime.rb
Instance Method Summary collapse
Instance Method Details
#to_duration(input: :sec, stop: :milli, style: :medium) ⇒ Object
117 118 119 |
# File 'lib/time/bbtime.rb', line 117 def to_duration input: :sec, stop: :milli, style: :medium BBLib.to_duration self, input: input, stop: stop, style: style end |