Module: Plumr

Defined in:
lib/plumr.rb,
lib/plumr/rake.rb

Defined Under Namespace

Modules: Fitting Classes: Command, CommandError, File

Constant Summary collapse

OUTPUT =

OUTPUT is replaced with the filename of

Object.new

Class Method Summary collapse

Class Method Details

.command(*args) ⇒ Object

Creates a new Plumr::Command



291
292
293
# File 'lib/plumr.rb', line 291

def self.command(*args)
  Plumr::Command.new(*args)
end

.file(*args) ⇒ Object

Creates a new Plumr::File



286
287
288
# File 'lib/plumr.rb', line 286

def self.file(*args)
  Plumr::File.new(*args)
end