class TimeSpanner::TimeUnits::Nanosecond

Constants

MULTIPLIER

Public Class Methods

new() click to toggle source
Calls superclass method TimeSpanner::TimeUnits::TimeUnit::new
# File lib/time_spanner/time_units/nanosecond.rb, line 8
def initialize
  super 13, MULTIPLIER
end