class RubyLsp::Scope
def initialize(parent = nil)
def initialize(parent = nil) @parent = parent # A hash of name => type @locals = {} #: Hash[Symbol, Local] end
def initialize(parent = nil) @parent = parent # A hash of name => type @locals = {} #: Hash[Symbol, Local] end