lib/solargraph/pin/singleton.rb



# frozen_string_literal: true


module Solargraph
  module Pin
    class Singleton < Closure
      def initialize name: '', location: nil, closure: nil
        super
      end
    end
  end
end