Method: Parslet::Parser#try

Defined in:
lib/parslet/parser.rb

#try(source, context, consume_all) ⇒ Object


61
62
63
# File 'lib/parslet/parser.rb', line 61

def try(source, context, consume_all)
  root.try(source, context, consume_all)
end