Class: Textus::Action::Boot
- Extended by:
- Contract::DSL
- Defined in:
- lib/textus/action/boot.rb
Constant Summary collapse
- BURN =
:sync
Instance Method Summary collapse
- #call(container:) ⇒ Object
-
#initialize(lean: nil) ⇒ Boot
constructor
A new instance of Boot.
Methods included from Contract::DSL
arg, around, cli, cli_stdin, contract, contract?, summary, surfaces, verb, view
Methods inherited from Base
Constructor Details
#initialize(lean: nil) ⇒ Boot
Returns a new instance of Boot.
16 17 18 19 |
# File 'lib/textus/action/boot.rb', line 16 def initialize(lean: nil) super() @lean = lean end |