Remove include of AbstractType in non abstract class
This occurance was a leftover and abstract type gained the ability to prevent instantiation of non base classes lately.
This commit is contained in:
parent
4241d90bd0
commit
13f3c2f119
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ module Mutant
|
|||
|
||||
# Abstract literal range mutator
|
||||
class Range < self
|
||||
include AbstractType
|
||||
|
||||
MAP = {
|
||||
irange: :erange,
|
||||
|
|
Loading…
Add table
Reference in a new issue