# File lib/cucumber/parser/feature.rb, line 839
        def outline_matches_name?(regexp_to_match)
          name.build =~ regexp_to_match
        end