Flowdock
eod(t) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/logger.rb, line 672
    def eod(t)
      Time.mktime(t.year, t.month, t.mday, 23, 59, 59)
    end
Register or log in to add new notes.