Class: Codnar::Weave
- Inherits:
-
Application
- Object
- Olag::Application
- Application
- Codnar::Weave
- Defined in:
- lib/codnar/weave.rb
Overview
Weave application.
Instance Method Summary collapse
-
#run ⇒ Object
Run the weaving Codnar application, returning its status.
Methods inherited from Application
Constructor Details
This class inherits a constructor from Codnar::Application
Instance Method Details
#run ⇒ Object
Run the weaving Codnar application, returning its status.
7 8 9 |
# File 'lib/codnar/weave.rb', line 7 def run super { weave } end |