# File lib/cucumber/parser/feature.rb, line 1101
        def matches_name?(regexp_to_match)
          elements.detect { |e| e.matches_name?(regexp_to_match) }
        end