# File lib/core-uncommon/facets/regexp/op_or.rb, line 9
  def |(arg)
    Regexp.union(self, arg.is_a?(Regexp) ? arg : arg.to_s)
  end