mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +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.
|
# For supported options, see Prism::parse.
|
||||||
def self.lex_compat(source, **options)
|
def self.lex_compat(source, **options)
|
||||||
LexCompat.new(source, **options).result
|
LexCompat.new(source, **options).result #: ParseResult[Array[[[Integer, Integer], Symbol, String, untyped]]]
|
||||||
end
|
end
|
||||||
|
|
||||||
# :call-seq:
|
# :call-seq:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue