class Cucumber::Core::Report::StepQueryVisitor

def initialize(test_step)

def initialize(test_step)
  @step = false
  test_step.source.last.describe_to(self)
end