method

lex_state_name

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Ripper
lex_state_name(p1) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
ripper_lex_state_name(VALUE self, VALUE state)
{
    return rb_parser_lex_state_name(NUM2INT(state));
}
Register or log in to add new notes.