Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/week.rb

Overview

Simple addition for days-processing simplification

Instance Method Summary collapse

Instance Method Details

#daysObject



5
6
7
# File 'lib/week.rb', line 5

def days
  self * 60 * 60 * 24
end