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