Method: TimeCrisis::NamedMonths#february
- Defined in:
- lib/time_crisis/named_months.rb
#february(year = nil) ⇒ Object
7 8 9 |
# File 'lib/time_crisis/named_months.rb', line 7 def february(year=nil) month_range(2, year) end |
7 8 9 |
# File 'lib/time_crisis/named_months.rb', line 7 def february(year=nil) month_range(2, year) end |