Skip to content

Instantly share code, notes, and snippets.

@MatiasFernandez
Last active October 3, 2018 14:22
Show Gist options
  • Save MatiasFernandez/44c0f0f7c61e6d225e0674982e999010 to your computer and use it in GitHub Desktop.
Save MatiasFernandez/44c0f0f7c61e6d225e0674982e999010 to your computer and use it in GitHub Desktop.
Fetch remote CSV
def remote_csv(url)
CSV.new(open(url))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment