Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
quote_char()
public
The encoded :quote_char used in
parsing and writing. See CSV::new for details.
# File lib/csv.rb, line 994
def quote_char
parser.quote_character
end