Parent

Methods

Class Index [+]

Quicksearch

Time

Declared to bypass a rubygems 1.3.2 bug :(

Public Class Methods

today() click to toggle source
   # File lib/merb-core/core_ext/time.rb, line 3
3:   def self.today
4:     t = Time.now
5:     t - ((t.to_f + t.gmt_offset) % 86400)
6:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.