# File lib/parslet.rb, line 141 def match(str=nil) return DelayedMatchConstructor.new unless str return Atoms::Re.new(str) end