Sha256: 23965bb15496ca7d206626765b31979122f553acdd16ffd1412316493a0412a7

Contents?: true

Size: 144 Bytes

Versions: 3

Compression:

Stored size: 144 Bytes

Contents

class Integer
  
  def months
    30 * self.days
  end
  alias :month :months

  def years
    365.25 * self.days
  end
  alias :year :years
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
timeloop-2.0.0 lib/timeloop/core_ext/integer/time.rb
timeloop-1.0.3 lib/timeloop/core_ext/integer/time.rb
timeloop-1.0.0 lib/timeloop/core_ext/integer/time.rb