Sha256: 5673d372a058e666415632db0dad66f7df76d5d4c8dd74c73d209bb04e8e0ec6

Contents?: true

Size: 309 Bytes

Versions: 3

Compression:

Stored size: 309 Bytes

Contents

module Gym
  class Manager
    def work(options)
      Gym.config = options

      print_summary

      return Runner.new.run
    end

    private

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gym-1.2.0 lib/gym/manager.rb
gym-1.1.6 lib/gym/manager.rb
gym-1.1.5 lib/gym/manager.rb