From dd493d3b6f25147227db4c5d119d6b48c31f42e6 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 3 Feb 2014 16:42:02 +0100 Subject: docs, be clear that `options` is a hash. Closes #11904. [ci skip]. --- activesupport/lib/active_support/cache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/cache.rb b/activesupport/lib/active_support/cache.rb index 53154aef27..2b7f5943b5 100644 --- a/activesupport/lib/active_support/cache.rb +++ b/activesupport/lib/active_support/cache.rb @@ -452,7 +452,7 @@ module ActiveSupport # Clear the entire cache. Be careful with this method since it could # affect other processes if shared cache is being used. # - # Options are passed to the underlying cache implementation. + # The options hash is passed to the underlying cache implementation. # # All implementations may not support this method. def clear(options = nil) -- cgit v1.2.3