Method: TimeCrisis::NamedMonths#may
- Defined in:
- lib/time_crisis/named_months.rb
#may(year = nil) ⇒ Object
19 20 21 |
# File 'lib/time_crisis/named_months.rb', line 19 def may(year=nil) month_range(5, year) end |
19 20 21 |
# File 'lib/time_crisis/named_months.rb', line 19 def may(year=nil) month_range(5, year) end |