class Cucumber::Formatter::Junit

def initialize(runtime, io, options)

def initialize(runtime, io, options)
  @reportdir = ensure_dir(io, "junit")
  @options = options
end