Method: Puppet::Pops::Time::Timespan#total_seconds
- Defined in:
- lib/puppet/pops/time/timespan.rb
#total_seconds ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
295 296 297 |
# File 'lib/puppet/pops/time/timespan.rb', line 295 def total_seconds total_nanoseconds / NSECS_PER_SEC end |