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
81 82 83 |
# File 'lib/time/bbtime.rb', line 81 def to_duration input: :sec, stop: :milli, style: :medium BBLib.to_duration self, input: input, stop: stop, style: style end |