class Cucumber::Formatters::PrettyFormatter
def initialize(io, step_mother, options={})
def initialize(io, step_mother, options={}) @io = (io == STDOUT) ? Kernel : io @options = options @step_mother = step_mother @pending_scenarios = [] @passed = [] @failed = [] @pending_steps = [] @skipped = [] @last_executed_was_row = false @pending_messages = {} @forced_pending_step_count = 0 @total_scenario_count = 0 end