# File lib/mspec/runner/filters/regexp.rb, line 4 4: def to_regexp(*strings) 5: strings.map { |str| Regexp.new str } 6: end