lib/solargraph/pin/class_variable.rb



# frozen_string_literal: true


module Solargraph
  module Pin
    class ClassVariable < BaseVariable
    end
  end
end