Skip to content

Commit f6b8f7e

Browse files
committed
Run auto correction
1 parent 91c284f commit f6b8f7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/ripper/0/ripper.rbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)