Class: TimeBoots::SecBoot

Inherits:
SimpleBoot show all
Defined in:
lib/time_boots/boot/simple.rb

Constant Summary

Constants included from TimeBoots

VERSION

Instance Attribute Summary

Attributes inherited from Boot

#step

Instance Method Summary collapse

Methods inherited from SimpleBoot

#measure, #to_seconds

Methods inherited from Boot

#advance, #ceil, #decrease, #floor, get, #jump, #lace, #measure, #measure_rem, #range, #range_back, #round, #round?, steps

Methods included from TimeBoots

#advance, #ceil, #day, #decrease, #floor, #hour, #jump, #lace, #measure, #min, #month, #range, #range_back, #round, #round?, #sec, #steps, #week, #year

Constructor Details

#initializeSecBoot

Returns a new instance of SecBoot.



37
38
39
# File 'lib/time_boots/boot/simple.rb', line 37

def initialize
  super(:sec)
end