# coding: utf-8 require 'require_all' require_all File.expand_path('../../lib', __FILE__) module Bombard class << self def start(opts) Runner.new(opts) end end end