Remove unused file
This commit is contained in:
parent
eb6ea9a74f
commit
44998bf29b
1 changed files with 0 additions and 25 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue