summaryrefslogtreecommitdiffstats
path: root/instruby.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-21 16:37:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-21 16:37:05 +0000
commit743c3d73daf020fa57aea2e372ed52fae8d0d719 (patch)
tree910ee7b6846c2fd8ee39e2a8d17ecee54f8c45f3 /instruby.rb
parent0cf446002887470b1acaf9a749b9c2894db54e77 (diff)
downloadruby-743c3d73daf020fa57aea2e372ed52fae8d0d719.tar.gz
ruby-743c3d73daf020fa57aea2e372ed52fae8d0d719.tar.xz
ruby-743c3d73daf020fa57aea2e372ed52fae8d0d719.zip
* instruby.rb: include FileUtils unconditionally.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/instruby.rb b/instruby.rb
index f70538b63..b54ff816d 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -81,6 +81,7 @@ end
parse_args()
+include FileUtils
include FileUtils::NoWrite if $dryrun
@fileutils_output = STDOUT
@fileutils_label = ''