Class: Gym::Manager

Inherits:
Object
  • Object
show all
Defined in:
lib/gym/manager.rb

Instance Method Summary collapse

Instance Method Details

#work(options) ⇒ Object



3
4
5
6
7
8
9
10
11
# File 'lib/gym/manager.rb', line 3

def work(options)
  Gym.config = options

  FastlaneCore::PrintTable.print_values(config: Gym.config,
                                     hide_keys: [],
                                         title: "Summary for gym #{Gym::VERSION}")

  return Runner.new.run
end