Method: Date#to_month
- Defined in:
- lib/quality_extensions/date/month_ranges.rb
#to_month ⇒ Object
33 34 35 |
# File 'lib/quality_extensions/date/month_ranges.rb', line 33 def to_month Month.new(year, month) end |
33 34 35 |
# File 'lib/quality_extensions/date/month_ranges.rb', line 33 def to_month Month.new(year, month) end |