Class: Souyuz::Manager
- Inherits:
-
Object
- Object
- Souyuz::Manager
- Defined in:
- lib/souyuz/manager.rb
Instance Method Summary collapse
Instance Method Details
#work(options) ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/souyuz/manager.rb', line 6 def work() Souyuz.config = FastlaneCore::PrintTable.print_values(config: Souyuz.config, hide_keys: [], title: "Summary for souyuz #{Souyuz::VERSION}") return Runner.new.run end |