class TimeBoots::MinBoot
Public Class Methods
new()
click to toggle source
Calls superclass method
TimeBoots::Boot::new
# File lib/time_boots/boot/simple.rb, line 43 def initialize super(:min) end