class Cucumber::Core::Test::IsStepVisitor

def initialize(test_step)

def initialize(test_step)
  @is_step = false
  test_step.describe_to(self)
end