Classes in this module represent the Abstract Syntax Tree (AST) that gets built when feature files are parsed.
AST classes don’t expose any internal data directly. This is in order to encourage a less coupled design in the classes that operate on the AST. The only public method is #.
The AST can be traversed with a visitor. See Cucumber::Format::Pretty for an example.
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.