Object
Allows for delayed construction of match. See also Parslet.match.
@api private
# File lib/parslet.rb, line 122 def [](str) Atoms::Re.new("[" + str + "]") end