# File lib/core/facets/regexp/op_or.rb, line 9 def |(other) other = Regexp.escape(other) unless Regexp === other Regexp.union(self, other) end