1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Don't require fileutils in exec.rb

Fileutils was only used in --rails option, removed in
c3cdc567b1.
This commit is contained in:
Matt Wildig 2013-03-24 23:20:33 +00:00
parent baacf2329b
commit b281da7704

View file

@ -1,5 +1,4 @@
require 'optparse'
require 'fileutils'
require 'rbconfig'
require 'pp'