class RuboCop::AST::InPatternNode

def body

Returns:
  • (Node, nil) - the body of the `in` node
def body
  node_parts[-1]
end