Method: Time#is_the_day_before?

Defined in:
lib/texmailer/drafts.rb

#is_the_day_before?(other) ⇒ Boolean

Returns:

  • (Boolean)


287
288
289
# File 'lib/texmailer/drafts.rb', line 287

def is_the_day_before? other
  other.midnight - midnight <=  24 * 60 * 60 + 1
end