Class: ReeDate::AllMonth

Inherits:
Object
  • Object
show all
Includes:
Ree::FnDSL
Defined in:
lib/ree_lib/packages/ree_date/package/ree_date/functions/all_month.rb

Instance Method Summary collapse

Instance Method Details

#call(date = nil) ⇒ Object



14
15
16
17
# File 'lib/ree_lib/packages/ree_date/package/ree_date/functions/all_month.rb', line 14

def call(date = nil)
  date = date || today
  beginning_of_month(date)..end_of_month(date)
end