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

def skipped(*args)

def skipped(*args)
  @total_skipped +=1
  self
end