Subtracts another Duration or a Numeric from this Duration. Numeric values are treated as seconds.
# File /Users/nshb/svn/svn.inimit.com/railsmanual.com/www/trunk/src/rails-2.0.0/activesupport/lib/active_support/duration.rb, line 26 def -(other) self + (-other) end
Subtracts another Duration or a Numeric from this Duration. Numeric values are treated as seconds.