class Cucumber::CucumberExpressions::CucumberExpressionError

def point_at(index)

def point_at(index)
  ' ' * index + '^'
end