Method: Cucumber::Formatter::Steps#initialize
- Defined in:
- lib/cucumber/formatter/steps.rb
#initialize(runtime, path_or_io, options) ⇒ Steps
Returns a new instance of Steps.
10 11 12 13 14 |
# File 'lib/cucumber/formatter/steps.rb', line 10 def initialize(runtime, path_or_io, ) @io = ensure_io(path_or_io, nil) = @step_definition_files = collect_steps(runtime) end |