class Cronut::Segment::Month

Private Instance Methods

maximum() click to toggle source
# File lib/cronut/segment/month.rb, line 10
def maximum
  12
end
minimum() click to toggle source
# File lib/cronut/segment/month.rb, line 6
def minimum
  1
end