# File lib/eregex.rb, line 29
  def &(other)
    RegAnd.new(self, other)
  end