class Cucumber::Formatter::Pretty

def initialize(step_mother, path_or_io, options)

def initialize(step_mother, path_or_io, options)
  @step_mother, @io, @options = step_mother, ensure_io(path_or_io, "pretty"), options
  @exceptions = []
  @indent = 0
  @prefixes = options[:prefixes] || {}
  @delayed_announcements = []
end