class Solargraph::Pin::Namespace

def gates

def gates
  @gates ||= if path.empty?
    @open_gates
  else
    [path] + @open_gates
  end
end