Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/core_ext/integer.rb
Instance Method Summary collapse
Instance Method Details
#days ⇒ Object
2 3 4 |
# File 'lib/core_ext/integer.rb', line 2 def days self * 24 * 60 * 60 end |