# File lib/pickle/parser/matchers.rb, line 40 def match_factory "(?:#{config.factories.keys.map{|n| n.gsub('_','[_ ]')}.join('|')})" end