all_day()
Returns a Range representing the whole day of the current time.
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 200 def all_day beginning_of_day..end_of_day end