Class: Date

Inherits:
Object
  • Object
show all
Includes:
WeekDayCoreExt
Defined in:
lib/core_ext.rb,
lib/core_ext.rb

Direct Known Subclasses

Weekday

Instance Method Summary collapse

Methods included from WeekDayCoreExt

#is_weekday?, #to_weekday, #to_weekday!

Instance Method Details

#to_monthObject

Creates a Month object of the current month



7
8
9
# File 'lib/core_ext.rb', line 7

def to_month
  Month.new(self)
end