Skip to content

Commit

Permalink
Merge pull request #41707 from okuramasafumi/add-missing-require-to-h…
Browse files Browse the repository at this point in the history
…ash_with_indifferent_access

Add missing require to hash_with_indifferent_access
  • Loading branch information
kamipo committed Mar 22, 2021
1 parent 789c988 commit 95724cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "active_support/core_ext/hash/keys"
require "active_support/core_ext/hash/reverse_merge"
require "active_support/core_ext/hash/except"
require "active_support/core_ext/hash/slice"

module ActiveSupport
# Implements a hash where keys <tt>:foo</tt> and <tt>"foo"</tt> are considered
Expand Down

0 comments on commit 95724cd

Please sign in to comment.