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
114 115 116 |
# File 'lib/chamber/binary/runner.rb', line 114 def compare Commands::Compare.call(**.transform_keys(&:to_sym).merge(shell: self)) end |
#files ⇒ Object
84 85 86 |
# File 'lib/chamber/binary/runner.rb', line 84 def files puts Commands::Files.call(**.transform_keys(&:to_sym).merge(shell: self)) end |
#init ⇒ Object
169 170 171 |
# File 'lib/chamber/binary/runner.rb', line 169 def init Commands::Initialize.call(**.transform_keys(&:to_sym).merge(shell: self)) end |
#secure ⇒ Object
134 135 136 |
# File 'lib/chamber/binary/runner.rb', line 134 def secure Commands::Secure.call(**.transform_keys(&:to_sym).merge(shell: self)) end |