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.
1 parent 55c38d3 commit 999a139Copy full SHA for 999a139
lib/csv-diff/algorithm.rb
@@ -45,7 +45,7 @@ def [](key)
45
when :sibling_position
46
@sibling_position
47
else
48
- @fields[key]
+ @fields[key] || @fields[key.to_s.intern] || @fields[key.to_s]
49
end
50
51
0 commit comments