Parent

Class Index [+]

Quicksearch

Cucumber::Ast::PyString

Represents an inline argument in a step. Example:

  Given the message
    """
    I like
    Cucumber sandwich
    """

The text between the pair of """ is stored inside a PyString, which is yielded to the StepDefinition block as the last argument.

The StepDefinition can then access the String via the # method. In the example above, that would return: "I likenCucumber sandwich"

Note how the indentation from the source is stripped away.

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.