Port literal boolean mutator to parser
This commit is contained in:
parent
4ccb6e86ac
commit
23d93730af
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module Mutant
|
|||
#
|
||||
def dispatch
|
||||
emit_nil
|
||||
emit(s(inverse))
|
||||
emit(s(self.class::INVERSE_TYPE))
|
||||
end
|
||||
|
||||
# Mutator for true literals
|
||||
|
|
Loading…
Reference in a new issue