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() end |
#files ⇒ Object
91 92 93 |
# File 'lib/chamber/binary/runner.rb', line 91 def files puts Commands::Files.call() end |
#init ⇒ Object
138 139 140 |
# File 'lib/chamber/binary/runner.rb', line 138 def init Commands::Initialize.call() end |
#secure ⇒ Object
131 132 133 |
# File 'lib/chamber/binary/runner.rb', line 131 def secure Commands::Secure.call() end |
#show ⇒ Object
86 87 88 |
# File 'lib/chamber/binary/runner.rb', line 86 def show puts Commands::Show.call() end |