Skip to content

Commit e5622c5

Browse files
Remove unused @double_quote_character from Parser (#273)
1 parent 68e1ccb commit e5622c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/csv/parser.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ def prepare_quote_character
485485
message = ":quote_char has to be nil or a single character String"
486486
raise ArgumentError, message
487487
end
488-
@double_quote_character = @quote_character * 2
489488
@escaped_quote_character = Regexp.escape(@quote_character)
490489
@escaped_quote = Regexp.new(@escaped_quote_character)
491490
end

0 commit comments

Comments
 (0)