Class: Date
Instance Method Summary collapse
Instance Method Details
#tomorrow? ⇒ Boolean
20 21 22 |
# File 'lib/ab_admin/core_ext/other.rb', line 20 def tomorrow? self.to_date == ::Date.tomorrow end |
20 21 22 |
# File 'lib/ab_admin/core_ext/other.rb', line 20 def tomorrow? self.to_date == ::Date.tomorrow end |