Method: RLTK::Parser::State#clean

Defined in:
lib/rltk/parser.rb

#cleanvoid

This method returns an undefined value.

Clean this State by removing the list of CFG::Item objects.



1525
1526
1527
# File 'lib/rltk/parser.rb', line 1525

def clean
  @items = nil
end