free_mutant/lib/mutant/mutator/node/restarg.rb

14 lines
191 B
Ruby
Raw Normal View History

2013-09-07 19:49:55 -07:00
module Mutant
class Mutator
class Node
# Restarg mutator
class Restarg < Generic
handle(:restarg)
end # Restarg
end # Node
end # Mutator
end # Mutant