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)


20
21
22
# File 'lib/ab_admin/core_ext/other.rb', line 20

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