mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
document HashWithIndifferentAccess#extractable_options?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user