Skip to content

Instantly share code, notes, and snippets.

@GBardis
Created July 5, 2018 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GBardis/4779d9c5999e6f2089eb1f8480fdea9e to your computer and use it in GitHub Desktop.
Save GBardis/4779d9c5999e6f2089eb1f8480fdea9e to your computer and use it in GitHub Desktop.
file_read
File.foreach('public/sample.txt') do |line|
line.split("\n").first.split(',')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment