module DateAndTime::Calculations

def all_month

Returns a Range representing the whole month of the current date/time.
def all_month
  beginning_of_month..end_of_month
end