# File lib/parslet/atoms/dsl.rb, line 106
  def capture(name)
    Parslet::Atoms::Capture.new(self, name)
  end