Created
February 20, 2015 19:27
-
-
Save mileszs/f3afbf5a11816672709c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'csv' | |
require 'pry' | |
result = CSV.table('tab-delimited.txt', col_sep: "\t") | |
binding.pry | |
puts result |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment