Skip to content

Commit

Permalink
document HashWithIndifferentAccess#extractable_options?
Browse files Browse the repository at this point in the history
  • Loading branch information
shawndrost committed Jul 7, 2011
1 parent a95d7d8 commit 1d3f833
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -6,6 +6,8 @@

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
Expand Down

0 comments on commit 1d3f833

Please sign in to comment.