Method: TimeDSL#ago

Defined in:
lib/merb_helpers/time_dsl.rb

#ago(time = ::Time.now) ⇒ Object Also known as: until

Reads best without arguments: 10.minutes.ago



47
48
49
# File 'lib/merb_helpers/time_dsl.rb', line 47

def ago(time = ::Time.now)
  time - self
end