Sha256: 17362eac2a84c38bf33f0c5860edbb8bfeadbfb8f94f6868ec36b61fd6361247

Contents?: true

Size: 557 Bytes

Versions: 45

Compression:

Stored size: 557 Bytes

Contents

# Opal corelib

This is the Opal corelib implementation API documentation.
The whole corelib is loaded upon `require 'opal'`.

The `runtime.js` documentation is [available here](http://opalrb.com/docs/api/master/corelib/file.RUNTIME.html) (in master)

# Cherry-picking

Note that `require 'opal'` will load all of the corelib, which is likely to
have a ton of stuff you don't need.

If you're concerned about runtime size, you can `require 'opal/base'` and
require anything you need, or `require 'opal/mini'` to have a working Ruby
without *useless* stuff.

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
opal-1.8.3.rc1 opal/README.md
opal-1.8.2 opal/README.md
opal-1.8.1 opal/README.md
opal-1.8.0 opal/README.md
opal-1.8.0.beta1 opal/README.md
opal-1.7.4 opal/README.md
opal-1.8.0.alpha1 opal/README.md
opal-1.7.3 opal/README.md
opal-1.7.2 opal/README.md
opal-1.7.1 opal/README.md
opal-1.7.0 opal/README.md
opal-1.7.0.rc1 opal/README.md
opal-1.6.1 opal/README.md
opal-1.6.0 opal/README.md
opal-1.6.0.rc1 opal/README.md
opal-1.6.0.alpha1 opal/README.md
opal-1.5.1 opal/README.md
opal-1.5.0 opal/README.md
opal-1.5.0.rc1 opal/README.md
opal-1.4.1 opal/README.md