class Parslet::DelayedMatchConstructor

Allows for delayed construction of match. See also Parslet#match.

@api private

Public Instance Methods

[](str) click to toggle source
# File lib/parslet.rb, line 121
def [](str)
  Atoms::Re.new("[" + str + "]")
end