Object
# File csv/parser.rb, line 734 def initialize(string) @io = StringIO.new(string, "rb:#{string.encoding}") end
# File csv/parser.rb, line 742 def each_line(*args, &block) @io.each_line(*args, &block) end
# File csv/parser.rb, line 746 def eof? @io.eof? end
# File csv/parser.rb, line 738 def gets(*args) @io.gets(*args) end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.42.0.