module Cucumber::Parser::Feature::ExamplesSections0
def matches_name?(regexp_to_match)
def matches_name?(regexp_to_match) elements.detect { |e| e.matches_name?(regexp_to_match) } end
def matches_name?(regexp_to_match) elements.detect { |e| e.matches_name?(regexp_to_match) } end