We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HashWithIndifferentAccess
ActiveSupport::HashWithIndifferentAccess
1 parent 39134d7 commit 0a31341Copy full SHA for 0a31341
lib/annotate.rb
@@ -54,7 +54,7 @@ def self.set_defaults(options = {})
54
return if @has_set_defaults
55
@has_set_defaults = true
56
57
- options = HashWithIndifferentAccess.new(options)
+ options = ActiveSupport::HashWithIndifferentAccess.new(options)
58
59
all_options.flatten.each do |key|
60
if options.key?(key)
0 commit comments