Index (D)
»
Date
Class: Date
Inherits:
Object
Object
Date
show all
Defined in:
lib/Date/to_month.rb
Instance Method Summary
collapse
#
to_month
⇒ Object
Instance Method Details
#
to_month
⇒
Object
8 9 10
# File 'lib/Date/to_month.rb', line 8
def
to_month
Month
.
new
(
self
.
year
,
self
.
month
)
end