Guest User

Untitled

a guest
Oct 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. dict = Dictionary.new
  2. file = File.read("9xlshzJfOe_ub_376dc9cfa0.csv", "r")
  3. file.each_line("\n") do |row|
  4. columns = row.split(",")
  5.  
  6. break if file.lineno > 50
  7. end
Add Comment
Please, Sign In to add comment