class Cronut::Segment::Hour

Private Instance Methods

maximum() click to toggle source
# File lib/cronut/segment/hour.rb, line 10
def maximum
  23
end
minimum() click to toggle source
# File lib/cronut/segment/hour.rb, line 6
def minimum
  0
end