Exception: Rubuild::Build::Dep::Error::Parameter::Command

Inherits:
Rubuild::Build::Dep::Error::Parameter show all
Defined in:
lib/rubuild/build/dep.rb

Overview

Rubuild::Build::Dep::Error::Parameter::Command Command set after dependency made runable

Instance Method Summary collapse

Constructor Details

#initialize(dep) ⇒ Command

Create a Rubuild::Build::Dep::Error::Parameter::Command Used internally.

dep

The Rubuild::Build::Dep for which someone modified the ‘command’ parameter when the dependency was runable.



110
111
112
# File 'lib/rubuild/build/dep.rb', line 110

def initialize(dep)
  super(dep, 'command')
end