Exception: Rubuild::Build::Dep::Error::Parameter::Args
- Inherits:
-
Rubuild::Build::Dep::Error::Parameter
- Object
- StandardError
- Rubuild::Build::Dep::Error
- Rubuild::Build::Dep::Error::Parameter
- Rubuild::Build::Dep::Error::Parameter::Args
- Defined in:
- lib/rubuild/build/dep.rb
Overview
Rubuild::Build::Dep::Error::Parameter::Args Argument set after dependency made runable
Instance Method Summary collapse
-
#initialize(dep) ⇒ Args
constructor
Create a Rubuild::Build::Dep::Error::Parameter::Args Used internally.
Constructor Details
#initialize(dep) ⇒ Args
Create a Rubuild::Build::Dep::Error::Parameter::Args Used internally.
dep
-
The Rubuild::Build::Dep for which someone modified the ‘args’ parameter when the dependency was runable.
98 99 100 |
# File 'lib/rubuild/build/dep.rb', line 98 def initialize(dep) super(dep, 'args') end |