Uncomment forgotten line

This commit is contained in:
Sijawusz Pur Rahnama 2022-12-08 14:08:45 +01:00
parent 2fb453c61f
commit db3ef762b9

View file

@ -174,7 +174,7 @@ module Ameba::AST
node.accept self
end
# @[AlwaysInline]
@[AlwaysInline]
private def includes_reference?(val)
val.to_s.includes?(@reference)
end