Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/Date/to_month.rb

Instance Method Summary collapse

Instance Method Details

#to_monthObject



8
9
10
# File 'lib/Date/to_month.rb', line 8

def to_month
  Month.new(self.year, self.month)
end