class Solargraph::Pin::Constant

def path

def path
  @path ||= context.namespace.to_s.empty? ? name : "#{context.namespace}::#{name}"
end