Method: RLTK::Parser::Environment#he

Defined in:
lib/rltk/parser.rb

#heBoolean

Indicates if an error was encountered and handled.

Returns:

  • (Boolean)


1223
1224
1225
# File 'lib/rltk/parser.rb', line 1223

def he
  @he
end