module Cucumber::Parser::Feature::Examples1
def at_line?(line)
def at_line?(line) examples_keyword.line == line || table.at_line?(line) end
def build(filter, scenario_outline)
def build(filter, scenario_outline) [examples_keyword.line, examples_keyword.text_value, name.build, table.raw(filter, scenario_outline)] end
def has_tags?(tag_names)
def has_tags?(tag_names) true end
def matches_name?(regexp_to_match)
def matches_name?(regexp_to_match) name.build =~ regexp_to_match end
def outline_at_line?(line)
def outline_at_line?(line) true end