Skip to content

Commit

Permalink
Disable mutant on Symbol#dispatch as it depends on Ruby version and…
Browse files Browse the repository at this point in the history
… would fail on CI.
  • Loading branch information
prikha committed Jan 18, 2024
1 parent 4a0ac3e commit 63421ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unparser/emitter/primitive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Symbol < self

private

def dispatch
def dispatch # mutant:disable
if RUBY_VERSION < '3.2' && value[-1] == '='
write(":#{value.name.inspect}")
else
Expand Down

0 comments on commit 63421ca

Please sign in to comment.