Method: Codeqa::RunnerDecorator#initialize
- Defined in:
- lib/codeqa/runner_decorator.rb
#initialize(runner, options = {}) ⇒ RunnerDecorator
Returns a new instance of RunnerDecorator.
3 4 5 6 7 |
# File 'lib/codeqa/runner_decorator.rb', line 3 def initialize(runner, ={}) = { :colors => true }.merge() @runner = runner @msg = '' end |