class Cronin::MonthDays

Public Class Methods

max_value() click to toggle source
# File lib/cronin/month_days.rb, line 10
def max_value
  31
end
min_value() click to toggle source
# File lib/cronin/month_days.rb, line 6
def min_value
  1
end