class TimeSpanner::TimeUnits::Millisecond
Constants
- MULTIPLIER
Public Class Methods
new()
click to toggle source
Calls superclass method
TimeSpanner::TimeUnits::TimeUnit::new
# File lib/time_spanner/time_units/millisecond.rb, line 8 def initialize super 11, MULTIPLIER end