Object
# File csv/parser.rb, line 665 def initialize(string) @io = StringIO.new(string) end
# File csv/parser.rb, line 673 def each_line(*args, &block) @io.each_line(*args, &block) end
# File csv/parser.rb, line 677 def eof? @io.eof? end
# File csv/parser.rb, line 669 def gets(*args) @io.gets(*args) end
This page was generated for Ruby 2.6.9
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.