Skip to content

Instantly share code, notes, and snippets.

@jhroy
Last active August 29, 2015 14:24
Show Gist options
  • Save jhroy/6778a94d560e94c235fa to your computer and use it in GitHub Desktop.
Save jhroy/6778a94d560e94c235fa to your computer and use it in GitHub Desktop.
url1 = "https://www.cse-cst.gc.ca/day/"
url2 = "/metadatafiles/"
codes.each do |code|
url = “#{url1}#{jour}#{url2}#{code}”
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment