Class: Rubuild::Build::Context::ProtocolClass
- Inherits:
-
Object
- Object
- Rubuild::Build::Context::ProtocolClass
- Defined in:
- lib/rubuild/build/context.rb
Overview
Rubuild::Build::Context::Error
Instance Method Summary collapse
-
#run ⇒ Object
Execute the dependencies loaded into this build context, in dependency order.
-
#run_error ⇒ Object
Create an exception to capture the event that not all loaded dependencies were built.
Instance Method Details
#run ⇒ Object
Execute the dependencies loaded into this build context, in dependency order.
72 73 |
# File 'lib/rubuild/build/context.rb', line 72 def run end |
#run_error ⇒ Object
Create an exception to capture the event that not all loaded dependencies were built. Used internally.
- return
-
Rubuild::Build::Context::Error::Run exception.
67 68 |
# File 'lib/rubuild/build/context.rb', line 67 def run_error end |