Guest User

Untitled

a guest
Feb 15th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. hash_data_file = CSV.parse(data_file).map {|line|
  2. puts line[6]
  3. abort
  4.  
  5. hash_data_file = CSV.parse(data_file).map {|line|
  6. puts :bank => line[6]
  7. abort
Add Comment
Please, Sign In to add comment