class TimeSpanner::TimeUnits::Second

Constants

MULTIPLIER

Public Class Methods

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