Module Juicer::Command::Util
In: lib/juicer/command/util.rb

Utilities for Juicer command objects

Methods

files   relative  

Public Instance methods

Returns an array of files from a variety of input. Input may be a single file, a single glob pattern or multiple files and/or patterns. It may even be an array of mixed input.

Uses Pathname to calculate the shortest relative path from path to reference_path (default is +Dir.cwd+)

[Validate]