Class: Time

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

Instance Method Summary collapse

Instance Method Details

#tomorrowObject



14
15
16
# File 'lib/monkey_patches.rb', line 14

def tomorrow
  self + 1.day
end