Method: RLTK::Parser::State#each
- Defined in:
- lib/rltk/parser.rb
#each ⇒ void
This method returns an undefined value.
Iterate over the state’s items.
1509 1510 1511 |
# File 'lib/rltk/parser.rb', line 1509 def each @items.each {|item| yield item} end |