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