all_year()
Returns a Range representing the whole year of the current date/time.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 331 def all_year beginning_of_year..end_of_year end