Method: Period#size
- Defined in:
- lib/fat_core/period.rb
permalink #size ⇒ Object
Days in period
269 270 271 |
# File 'lib/fat_core/period.rb', line 269 def size (last - first + 1).to_i end |
Days in period
269 270 271 |
# File 'lib/fat_core/period.rb', line 269 def size (last - first + 1).to_i end |