Skip to content

Support Ruby 3.0 #17

Open
Open
@scivola

Description

@scivola

It does not work with Ruby 3.0.

The following line causes ArgumentError in csv library.

@data = CSV.open(@path, mode_string, csv_options) do |csv|

Changing csv_options to **csv_options will resolve it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions