lib/parslet/parser.rb in parslet-1.4.0 vs lib/parslet/parser.rb in parslet-1.5.0
- old
+ new
@@ -55,11 +55,11 @@
self.send(name)
end
end
end
- def try(source, context)
- root.try(source, context)
+ def try(source, context, consume_all)
+ root.try(source, context, consume_all)
end
def to_s_inner(prec)
root.to_s(prec)
end
\ No newline at end of file