class Time

def all_month

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