method
new
1.2.0 -
Show latest stable
- Class:
Spec::Runner::Formatter::BaseFormatter
new(options, where)public
No documentation available.
# File lib/spec/runner/formatter/base_formatter.rb, line 7
def initialize(options, where)
@options = options
@where = where
end