class TimeMath::Units::Hour

@private

Public Class Methods

new() click to toggle source
Calls superclass method TimeMath::Units::Base::new
# File lib/time_math/units/simple.rb, line 53
def initialize
  super(:hour)
end