method

seconds

seconds()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/numeric/time.rb, line 33
        def seconds
          ActiveSupport::Duration.new(self, [[:seconds, self]])
        end