Method: Time#midnight

Defined in:
lib/texmailer/drafts.rb

#midnightObject

within a second



279
280
281
# File 'lib/texmailer/drafts.rb', line 279

def midnight # within a second
  self - (hour * 60 * 60) - (min * 60) - sec
end