Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Forked from doombongo/application_helper.rb
Created November 30, 2012 08:12
Show Gist options
  • Save tagrudev/4174467 to your computer and use it in GitHub Desktop.
Save tagrudev/4174467 to your computer and use it in GitHub Desktop.
module ApplicationHelper
def cp(*paths)
paths.each do |path|
#do something
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment