all_month()
Returns a Range representing the whole month of the current date/time.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 321 def all_month beginning_of_month..end_of_month end