Method: TimeCrisis::NamedMonths#december

Defined in:
lib/time_crisis/named_months.rb

#december(year = nil) ⇒ Object



47
48
49
# File 'lib/time_crisis/named_months.rb', line 47

def december(year=nil)
  month_range(12, year)
end