lib/cucumber/ast/examples.rb in aslakhellesoy-cucumber-0.2.3.2 vs lib/cucumber/ast/examples.rb in aslakhellesoy-cucumber-0.2.3.3

- old
+ new

@@ -24,13 +24,9 @@ def each_example_row(&proc) @outline_table.cells_rows[1..-1].each(&proc) end - def matches_lines?(lines) - lines.index(@line) || @outline_table.matches_lines?(lines) - end - def to_sexp [:examples, @keyword, @name, @outline_table.to_sexp] end end end