Skip to content

Instantly share code, notes, and snippets.

@hansnqyr
Created May 21, 2015 21:39
Show Gist options
  • Save hansnqyr/104952f33e7ccef98c5b to your computer and use it in GitHub Desktop.
Save hansnqyr/104952f33e7ccef98c5b to your computer and use it in GitHub Desktop.
files_list.each do | filename |
file "create file"
end
^ creates clone
files_list.each do | filename |
file filename
end
^ doesn't clone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment