lib/cucumber/ast.rb in aslakhellesoy-cucumber-0.3.102.2 vs lib/cucumber/ast.rb in aslakhellesoy-cucumber-0.3.103

- old
+ new

@@ -11,9 +11,10 @@ require 'cucumber/ast/table' require 'cucumber/ast/py_string' require 'cucumber/ast/outline_table' require 'cucumber/ast/examples' require 'cucumber/ast/visitor' +require 'cucumber/ast/tree_walker' module Cucumber # Classes in this module represent the Abstract Syntax Tree (AST) # that gets built when feature files are parsed. # \ No newline at end of file