class RubyLsp::NodeContext
def initialize(node, parent, nesting_nodes, call_node)
def initialize(node, parent, nesting_nodes, call_node) @node = node @parent = parent @nesting_nodes = nesting_nodes @call_node = call_node nesting, surrounding_method = handle_nesting_nodes(nesting_nodes) @nesting = nesting #: Array[String] @surrounding_method = surrounding_method #: String? end