class TimeMath::Units::Sec

@private

Public Class Methods

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