We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40a2bd commit a1d4255Copy full SHA for a1d4255
lib/lit.rb
@@ -38,6 +38,7 @@ def self.init
38
Lit.included_keys = keys
39
end
40
Lit.included_keys = [] unless Lit.included_keys.is_a?(Array)
41
+ Lit.included_keys = Lit.included_keys.map(&:freeze).freeze
42
43
if Lit.ignored_keys.is_a?(String)
44
keys = Lit.ignored_keys.split(',').map(&:strip)
0 commit comments