# File lib/active_support/core_ext/time/calculations.rb, line 184 def end_of_day change(:hour => 23, :min => 59, :sec => 59) end