module Solargraph::Pin::Common

def path

Returns:
  • (String) -
def path
  @path ||= name.empty? ? context.namespace : "#{context.namespace}::#{name}"
end