[ruby/prism] Make rake check_annotations verify public RBS

https://github.com/ruby/prism/commit/db78eef6a2
This commit is contained in:
Gopal Patel 2024-01-09 00:39:09 -08:00 committed by git
parent ca8a626586
commit bfbaafbd9c

View File

@ -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: