Module: Toys::StandardMixins::Fileutils
- Includes:
 - Mixin
 
- Defined in:
 - lib/toys/standard_mixins/fileutils.rb
 
Overview
A module that provides all methods in the "fileutils" standard library.
You may make the methods in the FileUtils standard library module
available to your tool by including the following directive in your tool
configuration:
include :fileutils