зеркало из https://github.com/github/ruby.git
[ruby/csv] Remove unused @double_quote_character from Parser
(https://github.com/ruby/csv/pull/273) https://github.com/ruby/csv/commit/e5622c53ae
This commit is contained in:
Родитель
38fa8eb4cb
Коммит
1a05d988d3
|
@ -485,7 +485,6 @@ class CSV
|
|||
message = ":quote_char has to be nil or a single character String"
|
||||
raise ArgumentError, message
|
||||
end
|
||||
@double_quote_character = @quote_character * 2
|
||||
@escaped_quote_character = Regexp.escape(@quote_character)
|
||||
@escaped_quote = Regexp.new(@escaped_quote_character)
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче