Remove unused file

This commit is contained in:
Markus Schirp 2013-01-05 00:41:05 +01:00
parent eb6ea9a74f
commit 44998bf29b

View file

@ -1,25 +0,0 @@
module Mutant
class Mutator
class Node
# Mutator for arguments
class Arguments < self
handle(Rubinius::AST::ActualArguments)
private
# Emit mutations
#
# @return [undefined]
#
# @api private
#
def dispatch
emit_attribute_mutations(:array)
end
end
end
end
end