Sha256: 95b02f1503dae58a4d4ebb1427f5ba658ac236b27acaf96f064b498f6d2d9064

Contents?: true

Size: 136 Bytes

Versions: 4

Compression:

Stored size: 136 Bytes

Contents

class Time
  class << self
    def epoch
      Time.utc(1972)
    end

    def infinity
      Time.utc(2036)
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
rscm-0.5.1 lib/rscm/time_ext.rb
rscm-0.5.0 lib/rscm/time_ext.rb
whistle-0.1 vendor/rscm-0.5.1-patched-stripped/lib/rscm/time_ext.rb
whistle-0.1.1 vendor/rscm-0.5.1-patched-stripped/lib/rscm/time_ext.rb