class Cucumber::Core::Test::Result::Summary

def passed(*args)

def passed(*args)
  @total_passed += 1
  self
end