lib/solargraph/pin/global_variable.rb



# frozen_string_literal: true


module Solargraph
  module Pin
    class GlobalVariable < BaseVariable
    end
  end
end