Parent

Methods

Class Index [+]

Quicksearch

Time

clean up warnings caused by web servers that send down 2 digit years

Constants

CENTURY

Public Class Methods

old_utc(*args) click to toggle source
Alias for: utc
utc(*args) click to toggle source
    # File lib/rubyforge/client.rb, line 12
12:     def utc(*args)
13:       args[0] += CENTURY if args[0] < 100
14:       old_utc(*args)
15:     end
Also aliased as: old_utc

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.