class Cucumber::StepMother::StepInvoker

def py_string(string, line)

def py_string(string, line)
  @multiline = Ast::PyString.new(string)
end