Sha256: f757b295a072883d8a3690e4e207112e27021d760b845e7834ad9f2d9c07b344
Contents?: true
Size: 557 Bytes
Versions: 2
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.org/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opal-0.11.0 | opal/README.md |
opal-0.11.0.rc1 | opal/README.md |