class Cucumber::Core::Report::Summary

def is_step?(test_step)

def is_step?(test_step)
  StepQueryVisitor.new(test_step).is_step?
end