Method: CSV.readlines
- Defined in:
- lib/csv.rb
.readlines(path, **options) ⇒ Object
1930 1931 1932 |
# File 'lib/csv.rb', line 1930 def readlines(path, **) read(path, **) end |
1930 1931 1932 |
# File 'lib/csv.rb', line 1930 def readlines(path, **) read(path, **) end |