Method: Time#midnight
- Defined in:
- lib/texmailer/drafts.rb
#midnight ⇒ Object
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 |