class TimeSpanner::TimeUnits::Hour

Constants

MULTIPLIER

Public Class Methods

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