class CoBreakOPT::Runner
Public Class Methods
runner(options)
click to toggle source
# File lib/cobreak/run.rb, line 4 def self.runner(options) require 'cobreak/optionpr' CoBreak::ParseOPT.optparse(options) end