Class: Rubuild::Build::Context::ProtocolClass

Inherits:
Object
  • Object
show all
Defined in:
lib/rubuild/build/context.rb

Overview

Rubuild::Build::Context::Error

Instance Method Summary collapse

Instance Method Details

#runObject

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_errorObject

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