pub fn reserved_word(tok: &[u8]) -> Option<&'static ReservedWord>
Expand description

Returns a ReservedWord for a given string slice.

Returns None if given word is not a reserved word in Ruby.