diff options
| author | Gopal Patel <nixme@stillhope.com> | 2024-01-09 00:39:09 -0800 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-02-24 03:39:26 +0000 |
| commit | bfbaafbd9cd24cb1a7f9d653a75c883480c6078f (patch) | |
| tree | bf4ede942182ad519e73c1b45691a7262ac9f143 | |
| parent | ca8a6265862b2990a14f6a6dabc27228e9d5a995 (diff) | |
[ruby/prism] Make rake check_annotations verify public RBS
https://github.com/ruby/prism/commit/db78eef6a2
| -rw-r--r-- | lib/prism.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prism.rb b/lib/prism.rb index 8a2e7a6108..b22d640b5d 100644 --- a/lib/prism.rb +++ b/lib/prism.rb @@ -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: |
