# File lib/racc/iset.rb, line 59
def
each
(
&
block
)
@set
.
compact
.
each
(
&
block
)
end