Remove method duplicated in parent class
This commit is contained in:
parent
610ab6e2d3
commit
6429bdc532
1 changed files with 0 additions and 17 deletions
|
@ -6,23 +6,6 @@ module Mutant
|
|||
# Abstract mutator for literal AST nodes
|
||||
class Literal < self
|
||||
include AbstractType
|
||||
|
||||
private
|
||||
|
||||
# Emit a new node with wrapping class for each entry in values
|
||||
#
|
||||
# @param [Array] values
|
||||
#
|
||||
# @return [undefined]
|
||||
#
|
||||
# @api private
|
||||
#
|
||||
def emit_values(values)
|
||||
values.each do |value|
|
||||
emit_self(value)
|
||||
end
|
||||
end
|
||||
|
||||
end # Literal
|
||||
end # Node
|
||||
end # Mutator
|
||||
|
|
Loading…
Reference in a new issue