Class: Chamber::Binary::Runner
- Inherits:
-
Thor
- Object
- Thor
- Chamber::Binary::Runner
- Includes:
- Thor::Actions
- Defined in:
- lib/chamber/binary/runner.rb
Instance Method Summary collapse
Instance Method Details
#compare ⇒ Object
121 122 123 |
# File 'lib/chamber/binary/runner.rb', line 121 def compare Commands::Compare.call(.merge(shell: self)) end |
#files ⇒ Object
94 95 96 |
# File 'lib/chamber/binary/runner.rb', line 94 def files puts Commands::Files.call(.merge(shell: self)) end |
#init ⇒ Object
149 150 151 |
# File 'lib/chamber/binary/runner.rb', line 149 def init Commands::Initialize.call(.merge(shell: self)) end |