Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#agoObject



17
18
19
# File 'lib/time_sugar.rb', line 17

def ago
  Time.now - self
end

#from_nowObject



21
22
23
# File 'lib/time_sugar.rb', line 21

def from_now
  Time.now + self
end