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:
Markus Schirp 2013-10-31 17:39:11 +01:00
parent 4241d90bd0
commit 13f3c2f119

View file

@ -7,7 +7,6 @@ module Mutant
# Abstract literal range mutator
class Range < self
include AbstractType
MAP = {
irange: :erange,