Method: Code::Object::Date.code_tomorrow

Defined in:
lib/code/object/date.rb

.code_tomorrowObject



58
59
60
61
# File 'lib/code/object/date.rb', line 58

def self.code_tomorrow
  ::Time.zone ||= Time::DEFAULT_ZONE
  new(::Time.zone.tomorrow.beginning_of_day)
end