Created
April 28, 2012 17:12
-
-
Save beakr/2520307 to your computer and use it in GitHub Desktop.
Pass in an array for common fileutils (touch, mkdir, etc.) to evaluate through.
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 'fileutils' | |
touch %w( file1 file2 file3 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment