Method: TimeCrisis::NamedMonths#august
- Defined in:
- lib/time_crisis/named_months.rb
#august(year = nil) ⇒ Object
31 32 33 |
# File 'lib/time_crisis/named_months.rb', line 31 def august(year=nil) month_range(8, year) end |
31 32 33 |
# File 'lib/time_crisis/named_months.rb', line 31 def august(year=nil) month_range(8, year) end |