Method: Date#to_month

Defined in:
lib/quality_extensions/date/month_ranges.rb

#to_monthObject



33
34
35
# File 'lib/quality_extensions/date/month_ranges.rb', line 33

def to_month
  Month.new(year, month)
end