RuntimeError
The error thrown when the parser encounters illegal CSV formatting.
CSV
# File ruby-3.1.2/lib/csv.rb, line 841 def initialize(message, line_number) @line_number = line_number super("#{message} in line #{line_number}.") end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.