Method: TimeDSL#second

Defined in:
lib/merb_helpers/time_dsl.rb

#secondObject Also known as: seconds



11
12
13
# File 'lib/merb_helpers/time_dsl.rb', line 11

def second
  self * 1
end