Sha256: a8eadcc914d257a25e09ca1a2b13c21813dba1a6fa661951a1ae1e807115b533
Contents?: true
Size: 331 Bytes
Versions: 14
Compression:
Stored size: 331 Bytes
Contents
module Gym class Manager 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 end end
Version data entries
14 entries across 14 versions & 1 rubygems