class Cucumber::Formatter::Summary

def print_result(result)

def print_result(result)
  @io.puts format_string(result, result.to_sym)
end