class Cucumber::Cli::Main

def runtime(existing_runtime)

def runtime(existing_runtime)
  return Runtime.new(configuration) unless existing_runtime
  existing_runtime.configure(configuration)
  existing_runtime
end