# File lib/puppet/parameter/value_collection.rb, line 115
115:   def regexes
116:     @regexes.collect { |r| r.name.inspect }
117:   end