mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
parent
ca8a626586
commit
bfbaafbd9c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Prism
|
|||
#
|
||||
# For supported options, see Prism::parse.
|
||||
def self.lex_compat(source, **options)
|
||||
LexCompat.new(source, **options).result
|
||||
LexCompat.new(source, **options).result #: ParseResult[Array[[[Integer, Integer], Symbol, String, untyped]]]
|
||||
end
|
||||
|
||||
# :call-seq:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue