class Solargraph::Pin::InstanceVariable
def binder
-
(ComplexType)
-
def binder closure.binder end
def context
-
(ComplexType)
-
def context @context ||= begin result = super if scope == :class ComplexType.parse("::Class<#{result.rooted_namespace}>") else result.reduce_class_type end end end
def nearly? other
-
other
(InstanceVariable
) --
def nearly? other super && binder == other.binder end
def scope
-
(::Symbol)
-
def scope closure.binder.scope end