Class: TimeBoots::DayBoot
- Inherits:
-
SimpleBoot
- Object
- Boot
- SimpleBoot
- TimeBoots::DayBoot
- Defined in:
- lib/time_boots/boot/day.rb
Constant Summary
Constants included from TimeBoots
Instance Attribute Summary
Attributes inherited from Boot
Instance Method Summary collapse
-
#initialize ⇒ DayBoot
constructor
A new instance of DayBoot.
Methods inherited from SimpleBoot
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
#initialize ⇒ DayBoot
Returns a new instance of DayBoot.
4 5 6 |
# File 'lib/time_boots/boot/day.rb', line 4 def initialize super(:day) end |