lib/solargraph/pin/reference/prepend.rb



# frozen_string_literal: true


module Solargraph
  module Pin
    class Reference
      class Prepend < Reference
      end
    end
  end
end