[ruby/prism] Make rake check_annotations verify public RBS
https://github.com/ruby/prism/commit/db78eef6a2
This commit is contained in:
parent
ca8a626586
commit
bfbaafbd9c
@ -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…
x
Reference in New Issue
Block a user