Class Racc::ISet
In: lib/racc/iset.rb
Parent: Object

An "indexed" set. All items must respond to :ident.

Methods

[]   []=   add   clear   delete   dup   each   empty?   include?   inspect   key?   new   size   to_a   to_s   update   update_a  

Attributes

set  [R] 

Public Class methods

Public Instance methods

include?(key)

Alias for #[]

inspect()

Alias for to_s

key?(key)

Alias for #[]

[Validate]