Method: InactiveSupport::CoreExtensions::Numeric::Time#seconds

Defined in:
lib/inactive_support/core_ext/numeric/time.rb

#secondsObject 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