Table of Contents - csv: Ruby Standard Library Documentation
Classes and Modules
- CSV
- CSV::DeleteSuffix
- CSV::FieldsConverter
- CSV::MalformedCSVError
- CSV::MatchP
- CSV::Parser
- CSV::Parser::InputsScanner
- CSV::Parser::InvalidEncoding
- CSV::Parser::Scanner
- CSV::Parser::UnoptimizedStringIO
- CSV::Row
- CSV::Table
- CSV::Writer
- Object
Methods
- ::filter — CSV
- ::foreach — CSV
- ::generate — CSV
- ::generate_line — CSV
- ::instance — CSV
- ::new — CSV
- ::new — CSV::MalformedCSVError
- ::new — CSV::FieldsConverter
- ::new — CSV::Parser
- ::new — CSV::Parser::Scanner
- ::new — CSV::Parser::InputsScanner
- ::new — CSV::Parser::UnoptimizedStringIO
- ::new — CSV::Row
- ::new — CSV::Table
- ::new — CSV::Writer
- ::open — CSV
- ::parse — CSV
- ::parse_line — CSV
- ::read — CSV
- ::readlines — CSV
- ::table — CSV
- #<< — CSV
- #<< — CSV::Row
- #<< — CSV::Table
- #<< — CSV::Writer
- #== — CSV::Row
- #== — CSV::Table
- #CSV — Object
- #[] — CSV::Row
- #[] — CSV::Table
- #[]= — CSV::Row
- #[]= — CSV::Table
- #add_converter — CSV::FieldsConverter
- #add_row — CSV
- #binmode? — CSV
- #by_col — CSV::Table
- #by_col! — CSV::Table
- #by_col_or_row — CSV::Table
- #by_col_or_row! — CSV::Table
- #by_row — CSV::Table
- #by_row! — CSV::Table
- #col_sep — CSV
- #column_separator — CSV::Parser
- #convert — CSV
- #convert — CSV::FieldsConverter
- #converters — CSV
- #delete — CSV::Row
- #delete — CSV::Table
- #delete_if — CSV::Row
- #delete_if — CSV::Table
- #delete_suffix — CSV::DeleteSuffix
- #dig — CSV::Row
- #dig — CSV::Table
- #each — CSV
- #each — CSV::FieldsConverter
- #each — CSV::Row
- #each — CSV::Table
- #each_line — CSV::Parser::Scanner
- #each_line — CSV::Parser::InputsScanner
- #each_line — CSV::Parser::UnoptimizedStringIO
- #each_pair — CSV::Row
- #empty? — CSV::FieldsConverter
- #eof — CSV
- #eof? — CSV
- #eof? — CSV::Parser::UnoptimizedStringIO
- #eos? — CSV::Parser::InputsScanner
- #fetch — CSV::Row
- #field — CSV::Row
- #field? — CSV::Row
- #field_row? — CSV::Row
- #field_size_limit — CSV
- #field_size_limit — CSV::Parser
- #fields — CSV::Row
- #flock — CSV
- #force_quotes? — CSV
- #gets — CSV
- #gets — CSV::Parser::UnoptimizedStringIO
- #has_key? — CSV::Row
- #header? — CSV::Row
- #header_convert — CSV
- #header_converters — CSV
- #header_row? — CSV
- #header_row? — CSV::Parser
- #header_row? — CSV::Row
- #headers — CSV
- #headers — CSV::Parser
- #headers — CSV::Row
- #headers — CSV::Table
- #include? — CSV::Row
- #index — CSV::Row
- #initialize_copy — CSV::Row
- #inspect — CSV
- #inspect — CSV::Row
- #inspect — CSV::Table
- #ioctl — CSV
- #keep_back — CSV::Parser::Scanner
- #keep_back — CSV::Parser::InputsScanner
- #keep_drop — CSV::Parser::Scanner
- #keep_drop — CSV::Parser::InputsScanner
- #keep_end — CSV::Parser::Scanner
- #keep_end — CSV::Parser::InputsScanner
- #keep_start — CSV::Parser::Scanner
- #keep_start — CSV::Parser::InputsScanner
- #key? — CSV::Row
- #liberal_parsing? — CSV
- #liberal_parsing? — CSV::Parser
- #line — CSV
- #line — CSV::Parser
- #lineno — CSV
- #lineno — CSV::Parser
- #match? — CSV::MatchP
- #member? — CSV::Row
- #parse — CSV::Parser
- #path — CSV
- #push — CSV::Row
- #push — CSV::Table
- #puts — CSV
- #quote_char — CSV
- #quote_character — CSV::Parser
- #read — CSV
- #readline — CSV
- #readlines — CSV
- #rest — CSV::Parser::InputsScanner
- #return_headers? — CSV
- #return_headers? — CSV::Parser
- #rewind — CSV
- #rewind — CSV::Writer
- #row_sep — CSV
- #row_separator — CSV::Parser
- #scan — CSV::Parser::InputsScanner
- #scan_all — CSV::Parser::InputsScanner
- #shift — CSV
- #skip_blanks? — CSV
- #skip_blanks? — CSV::Parser
- #skip_lines — CSV
- #skip_lines — CSV::Parser
- #stat — CSV
- #to_a — CSV::Table
- #to_csv — CSV::Row
- #to_csv — CSV::Table
- #to_h — CSV::Row
- #to_hash — CSV::Row
- #to_i — CSV
- #to_io — CSV
- #to_s — CSV::Row
- #to_s — CSV::Table
- #unconverted_fields? — CSV
- #unconverted_fields? — CSV::Parser
- #use_headers? — CSV::Parser
- #values_at — CSV::Row
- #values_at — CSV::Table
- #write_headers? — CSV