lib/active_support/duration.rb in activesupport-3.0.1 vs lib/active_support/duration.rb in activesupport-3.0.2

- old
+ new

@@ -97,9 +97,9 @@ end private def method_missing(method, *args, &block) #:nodoc: - value.send(method, *args) + value.send(method, *args, &block) end end end