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 10701f4 commit 0f646f9Copy full SHA for 0f646f9
lib/csv-diff/source.rb
@@ -115,7 +115,7 @@ def initialize(options = {})
115
@trim_whitespace = options.fetch(:trim_whitespace, false)
116
@ignore_header = options[:ignore_header]
117
@include = options[:include]
118
- @exclued = options[:exclude]
+ @exclude = options[:exclude]
119
@path = options.fetch(:path, 'NA') unless @path
120
@warnings = []
121
end
0 commit comments