document HashWithIndifferentAccess#extractable_options?

This commit is contained in:
Shawn Drost
2011-07-07 03:52:48 -07:00
parent a95d7d86c8
commit 1d3f833a54

View File

@@ -6,6 +6,8 @@ require 'active_support/core_ext/hash/keys'
module ActiveSupport
class HashWithIndifferentAccess < Hash
# Always returns true, so that <tt>Array#extract_options!</tt> finds members of this class.
def extractable_options?
true
end