Sha256: 89fece55fd4727edccd51085c9c285fd355215c4a9e5dd69ea209da681ba089c
Contents?: true
Size: 265 Bytes
Versions: 96
Compression:
Stored size: 265 Bytes
Contents
module Standard class LoadsRunner # Warning: clever metaprogramming. 99% of the time this is Runners::Rubocop def call(command) require_relative "runners/#{command}" ::Standard::Runners.const_get(command.to_s.capitalize).new end end end
Version data entries
96 entries across 96 versions & 3 rubygems