Method: Puppet::Pops::Time::Timespan#total_nanoseconds

Defined in:
lib/puppet/pops/time/timespan.rb

#total_nanosecondsObject

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.



310
311
312
# File 'lib/puppet/pops/time/timespan.rb', line 310

def total_nanoseconds
  @nsecs.abs
end