class TimeSpanner::TimeUnits::Microsecond

Constants

MULTIPLIER

Public Class Methods

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