From 7b68b429191086056a4c112901378a12635695f3 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Tue, 29 Jul 2014 21:48:27 -0400 Subject: [PATCH] Fixing the new command --- lib/squib/commands/new.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/squib/commands/new.rb b/lib/squib/commands/new.rb index 1dda5e9..577128b 100644 --- a/lib/squib/commands/new.rb +++ b/lib/squib/commands/new.rb @@ -1,3 +1,5 @@ +require 'fileutils' + module Squib # Squib's command-line options module Commands