class Solargraph::Pin::InstanceVariable

def nearly? other

Parameters:
  • other (InstanceVariable) --
def nearly? other
  super && binder == other.binder
end