Remove orphaned file
This commit is contained in:
parent
a488045b49
commit
9e0fe8b03b
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
# encoding: utf-8
|
||||
|
||||
module Mutant
|
||||
class Mutator
|
||||
class Node
|
||||
class Literal
|
||||
# Abstract mutations on dynamic literals
|
||||
class Dynamic < self
|
||||
include AbstractType
|
||||
|
||||
private
|
||||
|
||||
# Emit mutants
|
||||
#
|
||||
# @return [undefined]
|
||||
#
|
||||
# @api private
|
||||
#
|
||||
def dispatch
|
||||
emit_nil
|
||||
end
|
||||
|
||||
end # Dynamic
|
||||
end # Literal
|
||||
end # Node
|
||||
end # Mutator
|
||||
end # Mutant
|
Loading…
Reference in a new issue