[ruby/prism] [Doc] Tweak the docs for lex APIs
Prism.lex and Prism.lex_file return ParseLexResult instead of Array. Prism::parse_lex and Prism::parse_lex_file return ParseLexResult instead of ParseResult. This PR updates the documentation to reflect these return values.
Prism.lex
Prism.lex_file
ParseLexResult
Array
Prism::parse_lex
Prism::parse_lex_file
ParseResult
https://github.com/ruby/prism/commit/ee331941c0
[ruby/prism] [Doc] Tweak the docs for lex APIs
Prism.lexandPrism.lex_filereturnParseLexResultinstead ofArray.Prism::parse_lexandPrism::parse_lex_filereturnParseLexResultinstead ofParseResult.This PR updates the documentation to reflect these return values.
https://github.com/ruby/prism/commit/ee331941c0