Method: TimeCrisis::NamedMonths#september
- Defined in:
- lib/time_crisis/named_months.rb
#september(year = nil) ⇒ Object
35 36 37 |
# File 'lib/time_crisis/named_months.rb', line 35 def september(year=nil) month_range(9, year) end |
35 36 37 |
# File 'lib/time_crisis/named_months.rb', line 35 def september(year=nil) month_range(9, year) end |