Sha256: a4b4f9c6db4e3c4c7542d53df3f221392da850b18e125a4228e04a2bd352828a

Contents?: true

Size: 1.72 KB

Versions: 24

Compression:

Stored size: 1.72 KB

Contents

# <!-- rdoc-file=io.c -->
# ARGF is a stream designed for use in scripts that process files given as
# command-line arguments or passed in via STDIN.
#
# See ARGF (the class) for more details.
#
::ARGF: RBS::Unnamed::ARGFClass

# <!-- rdoc-file=ruby.c -->
# ARGV contains the command line arguments used to run ruby.
#
# A library like OptionParser can be used to process command-line arguments.
#
::ARGV: Array[String]

::CROSS_COMPILING: NilClass

::FALSE: FalseClass

::NIL: NilClass

# <!-- rdoc-file=version.c -->
# The copyright string for ruby
#
::RUBY_COPYRIGHT: String

# <!-- rdoc-file=version.c -->
# The full ruby version string, like `ruby -v` prints
#
::RUBY_DESCRIPTION: String

# <!-- rdoc-file=version.c -->
# The engine or interpreter this ruby uses.
#
::RUBY_ENGINE: String

# <!-- rdoc-file=version.c -->
# The version of the engine or interpreter this ruby uses.
#
::RUBY_ENGINE_VERSION: String

# <!-- rdoc-file=version.c -->
# The patchlevel for this ruby.  If this is a development build of ruby the
# patchlevel will be -1
#
::RUBY_PATCHLEVEL: Integer

# <!-- rdoc-file=version.c -->
# The platform for this ruby
#
::RUBY_PLATFORM: String

# <!-- rdoc-file=version.c -->
# The date this ruby was released
#
::RUBY_RELEASE_DATE: String

# <!-- rdoc-file=version.c -->
# The GIT commit hash for this ruby.
#
::RUBY_REVISION: Integer

# <!-- rdoc-file=version.c -->
# The running version of ruby
#
::RUBY_VERSION: String

# <!-- rdoc-file=io.c -->
# Holds the original stderr
#
::STDERR: IO

# <!-- rdoc-file=io.c -->
# Holds the original stdin
#
::STDIN: IO

# <!-- rdoc-file=io.c -->
# Holds the original stdout
#
::STDOUT: IO

# <!-- rdoc-file=vm.c -->
# The Binding of the top level scope
#
::TOPLEVEL_BINDING: Binding

::TRUE: TrueClass

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/rbs-2.8.4/core/constants.rbs
rbs-3.1.3 core/constants.rbs
rbs-3.1.2 core/constants.rbs
rbs-3.1.1 core/constants.rbs
rbs-3.1.0 core/constants.rbs
rbs-3.0.4 core/constants.rbs
rbs-3.0.3 core/constants.rbs
rbs-3.0.2 core/constants.rbs
rbs-3.0.1 core/constants.rbs
rbs-3.0.0 core/constants.rbs
rbs-3.0.0.dev.3 core/constants.rbs
rbs-3.0.0.dev.2 core/constants.rbs
rbs-2.8.4 core/constants.rbs
rbs-2.8.3 core/constants.rbs
rbs-3.0.0.dev.1 core/constants.rbs
rbs-2.8.2 core/constants.rbs
rbs-2.8.1 core/constants.rbs
rbs-2.8.0 core/constants.rbs
rbs-2.8.0.pre.1 core/constants.rbs
rbs-2.7.0 core/constants.rbs