Class: Date

Inherits:
Object show all
Defined in:
lib/ab_admin/core_ext/other.rb

Instance Method Summary collapse

Instance Method Details

#tomorrow?Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/ab_admin/core_ext/other.rb', line 36

def tomorrow?
  self.to_date == ::Date.tomorrow
end