Object
The formatter used for --format steps
# File lib/cucumber/formatter/steps.rb, line 6 def initialize(step_mother, path_or_io, options) @io = ensure_io(path_or_io, "steps") @options = options @step_definition_files = collect_steps(step_mother) end
# File lib/cucumber/formatter/steps.rb, line 12 def after_features(features) print_summary end
[Validate]
Generated with the Darkfish Rdoc Generator 2.