Method: Date#pred
- Defined in:
- lib/axiom/core_ext/date.rb
#pred ⇒ Date
Decrement the Date by one day
15 16 17 |
# File 'lib/axiom/core_ext/date.rb', line 15 def pred self - 1 end |
Decrement the Date by one day
15 16 17 |
# File 'lib/axiom/core_ext/date.rb', line 15 def pred self - 1 end |