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