Method: RLTK::Lexer::Environment#pop_state

Defined in:
lib/rltk/lexer.rb

#pop_statevoid

This method returns an undefined value.

Pops a state from the state stack.



272
273
274
275
276
# File 'lib/rltk/lexer.rb', line 272

def pop_state
	@state.pop
	
	nil
end