Sha256: 503c97f8a01db25a51b671834a0268fc00fdab73e9fe57b365b0afd489c4f0d8

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

This is ruby-internal, a library that provides access to the internals
of the ruby interpreter.

See the file LICENSE for license and copyright information.

To build and run the tests:
  ruby setup.rb config
  ruby setup.rb setup

Or, if you are on ruby 1.9 (or another version of ruby that doesn't have
pre-parsed ruby source included in the distribution), you'll need to
pass a special command-line option in the config step so the build
scripts can find ruby's source code:
  ruby setup.rb config --ruby-source-path=/path/to/ruby
  ruby setup.rb setup

To install:
  ruby install.rb install

See the generated documentation (in the doc/ directory) and the examples
(in the directory example/) for usage.

Some notes about security:

- Data can always be inspected.
- Methods that could potentially cause a crash if used incorrectly are
  disallowed with $SAFE >= 2.
- Methods that could allow access to potentially sensitive data are
  disallowed with $SAFE >= 4.
- Methods that load marshalled data do taint checks with $SAFE >= 1.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-internal-0.6.0 README