class SyntaxTree::In

In represents using the in keyword within the Ruby 2.7+ pattern matching syntax.

case value
in pattern
end