class TimeBoots::HourBoot

Public Class Methods

new() click to toggle source
Calls superclass method TimeBoots::Boot::new
# File lib/time_boots/boot/simple.rb, line 49
def initialize
  super(:hour)
end