diff --git a/Rakefile b/Rakefile index 548ec54..70ce44d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,3 @@ -#require 'pp' - def run(command) system(command) or raise "RAKE TASK FAILED: #{command}" end