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
new
(a = [])
Public Instance methods
[]
(key)
[]=
(key, val)
add
(i)
clear
()
delete
(key)
dup
()
each
(&block)
empty?
()
include?
(key)
Alias for #[]
inspect
()
Alias for
to_s
key?
(key)
Alias for #[]
size
()
to_a
()
to_s
()
update
(other)
update_a
(a)
[Validate]