Port literal boolean mutator to parser

This commit is contained in:
Markus Schirp 2013-06-04 20:22:42 +02:00
parent 4ccb6e86ac
commit 23d93730af

View file

@ -15,7 +15,7 @@ module Mutant
# #
def dispatch def dispatch
emit_nil emit_nil
emit(s(inverse)) emit(s(self.class::INVERSE_TYPE))
end end
# Mutator for true literals # Mutator for true literals