Exception: Rubuild::Build::Dep::Error::Parameter::Command
- Inherits:
-
Rubuild::Build::Dep::Error::Parameter
- Object
- StandardError
- Rubuild::Build::Dep::Error
- Rubuild::Build::Dep::Error::Parameter
- Rubuild::Build::Dep::Error::Parameter::Command
- Defined in:
- lib/rubuild/build/dep.rb
Overview
Rubuild::Build::Dep::Error::Parameter::Command Command set after dependency made runable
Instance Method Summary collapse
-
#initialize(dep) ⇒ Command
constructor
Create a Rubuild::Build::Dep::Error::Parameter::Command Used internally.
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 |