Sha256: cf96969d2301fe7b14b59a0d378d4c879f31041868cfe4c29f391de89dbd4ebe

Contents?: true

Size: 142 Bytes

Versions: 28

Compression:

Stored size: 142 Bytes

Contents

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

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

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
auser-poolparty-1.3.0 lib/core/integer.rb
auser-poolparty-1.3.1 lib/core/integer.rb
auser-poolparty-1.3.10 lib/core/integer.rb
auser-poolparty-1.3.11 lib/core/integer.rb
auser-poolparty-1.3.12 lib/core/integer.rb
auser-poolparty-1.3.13 lib/core/integer.rb
auser-poolparty-1.3.14 lib/core/integer.rb
auser-poolparty-1.3.15 lib/core/integer.rb
auser-poolparty-1.3.16 lib/core/integer.rb
auser-poolparty-1.3.17 lib/core/integer.rb
auser-poolparty-1.3.2 lib/core/integer.rb
auser-poolparty-1.3.3 lib/core/integer.rb
auser-poolparty-1.3.4 lib/core/integer.rb
auser-poolparty-1.3.5 lib/core/integer.rb
auser-poolparty-1.3.6 lib/core/integer.rb
auser-poolparty-1.3.7 lib/core/integer.rb
auser-poolparty-1.3.8 lib/core/integer.rb
fairchild-poolparty-1.3.17 lib/core/integer.rb
fairchild-poolparty-1.3.5 lib/core/integer.rb
poolparty-1.3.15 lib/core/integer.rb