Method: InactiveSupport::CoreExtensions::Numeric::Time#seconds
- Defined in:
- lib/inactive_support/core_ext/numeric/time.rb
#seconds ⇒ Object Also known as: second
33 34 35 |
# File 'lib/inactive_support/core_ext/numeric/time.rb', line 33 def seconds InactiveSupport::Duration.new(self, [[:seconds, self]]) end |