File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 112112 diff-lcs (>= 1.2.0 , < 2.0 )
113113 rspec-support (~> 3.13.0 )
114114 rspec-support (3.13.3 )
115- rubocop (1.75.5 )
115+ rubocop (1.75.6 )
116116 json (~> 2.3 )
117117 language_server-protocol (~> 3.17.0.2 )
118118 lint_roller (~> 1.1.0 )
126126 rubocop-ast (1.44.1 )
127127 parser (>= 3.3.7.2 )
128128 prism (~> 1.4 )
129- rubocop-on-rbs (1.6 .0 )
129+ rubocop-on-rbs (1.7 .0 )
130130 lint_roller (~> 1.1 )
131131 rbs (~> 3.5 )
132132 rubocop (>= 1.72.1 , < 2.0 )
Original file line number Diff line number Diff line change @@ -911,6 +911,7 @@ class Ripper
911911
912912 class CompileError < Error
913913 end
914+
914915 class Error < StandardError
915916 end
916917
@@ -927,6 +928,7 @@ class Ripper
927928
928929 def match : (?untyped n) -> untyped
929930 end
931+
930932 class MatchError < Error
931933 end
932934 alias self .compile self .new
@@ -949,6 +951,7 @@ class Ripper
949951
950952 def map_tokens : (untyped tokens) -> untyped
951953 end
954+
952955 interface _Gets
953956 def gets : (?String sep, ?Integer limit) -> String?
954957 end
You can’t perform that action at this time.
0 commit comments