class Cucumber::Ast::PyString

def has_text?(text)

def has_text?(text)
  @string.index(text)
end