We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c284f commit f6b8f7eCopy full SHA for f6b8f7e
stdlib/ripper/0/ripper.rbs
@@ -911,6 +911,7 @@ class Ripper
911
912
class CompileError < Error
913
end
914
+
915
class Error < StandardError
916
917
@@ -927,6 +928,7 @@ class Ripper
927
928
929
def match: (?untyped n) -> untyped
930
931
932
class MatchError < Error
933
934
alias self.compile self.new
@@ -949,6 +951,7 @@ class Ripper
949
951
950
952
def map_tokens: (untyped tokens) -> untyped
953
954
955
interface _Gets
956
def gets: (?String sep, ?Integer limit) -> String?
957
0 commit comments