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
81 82 83 |
# File 'lib/chamber/binary/runner.rb', line 81 def compare Commands::Compare.call() end |
#files ⇒ Object
66 67 68 |
# File 'lib/chamber/binary/runner.rb', line 66 def files puts Commands::Files.call() end |
#init ⇒ Object
98 99 100 |
# File 'lib/chamber/binary/runner.rb', line 98 def init Commands::Initialize.call() end |
#secure ⇒ Object
93 94 95 |
# File 'lib/chamber/binary/runner.rb', line 93 def secure Commands::Secure.call() end |
#show ⇒ Object
61 62 63 |
# File 'lib/chamber/binary/runner.rb', line 61 def show puts Commands::Show.call() end |