Method: TimeCrisis::NamedMonths#october

Defined in:
lib/time_crisis/named_months.rb

#october(year = nil) ⇒ Object



39
40
41
# File 'lib/time_crisis/named_months.rb', line 39

def october(year=nil)
  month_range(10, year)
end