class Mach5::Runner

Public Class Methods

new(config) click to toggle source
# File lib/mach5-tools/runner.rb, line 8
def initialize(config)
  @config = config
end