module Cucumber::FeatureElement

def matches_scenario_names?(scenario_name_regexps)

def matches_scenario_names?(scenario_name_regexps)
  scenario_name_regexps.detect{|name| name =~ @name}
end