Module: Parser

Defined in:
sorbet/rbi/parser@3.3.7.4.rbi

Overview

source://parser//lib/parser.rb#19

Defined Under Namespace

Modules: AST, Builders, Deprecation, Messages, Meta, Source Classes: Base, ClobberingError, Context, CurrentArgStack, Diagnostic, Lexer, LexerStrings, MaxNumparamStack, Rewriter, Ruby33, StaticEnvironment, SyntaxError, TreeRewriter, UnknownEncodingInMagicComment, VariablesStack

Constant Summary collapse

CurrentRuby =

This constant is part of a private API. This constant may only be used in the Homebrew/brew repository. Third parties should avoid using this constant if possible, as it may be removed or changed without warning.

source://parser//lib/parser/current.rb#120

Parser::Ruby33
MESSAGES =

Diagnostic messages (errors, warnings and notices) that can be generated.

source://parser//lib/parser/messages.rb#11

See Also:

T.let(T.unsafe(nil), Hash)
VERSION =

This constant is part of a private API. This constant may only be used in the Homebrew/brew repository. Third parties should avoid using this constant if possible, as it may be removed or changed without warning.

source://parser//lib/parser/version.rb#4

T.let(T.unsafe(nil), String)