# File lib/parslet/atoms/dsl.rb, line 55
  def |(parslet)
    Parslet::Atoms::Alternative.new(self, parslet)
  end