Skip to content

Commit

Permalink
[ruby/prism] Make rake check_annotations verify public RBS
Browse files Browse the repository at this point in the history
  • Loading branch information
nixme authored and matzbot committed Feb 24, 2024
1 parent ca8a626 commit bfbaafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prism.rb
Expand Up @@ -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:
Expand Down

0 comments on commit bfbaafb

Please sign in to comment.