# File lib/racc/iset.rb, line 17
    def initialize(a = [])
      @set = a
    end