Remove match node which is no longer provided by parser

This commit is contained in:
Dan Kubb 2013-07-28 14:47:22 -07:00
parent 19b02494ec
commit 0f4a653749

View file

@ -9,7 +9,7 @@ module Mutant
# your contribution is that close!
handle(
:defined,
:next, :break, :match, :ensure,
:next, :break, :ensure,
:dstr, :dsym, :yield, :rescue, :redo, :defined?,
:blockarg, :op_asgn, :and_asgn,
:regopt, :restarg, :resbody, :retry, :arg_expr,