This method is only available on newer versions. The first available version (v2_6_3) is shown here.
parser()
No documentation available.
# File lib/csv.rb, line 1419 def parser @parser ||= Parser.new(@io, parser_options) end