Flowdock

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_1_10) is shown here.

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 716
    def eod(t)
      Time.mktime(t.year, t.month, t.mday, 23, 59, 59)
    end
Register or log in to add new notes.