Sha256: f563846e47b10915fe1e872d2c37f60be4a1f1990945b5be607bfc0a87b85ebe
Contents?: true
Size: 501 Bytes
Versions: 22
Compression:
Stored size: 501 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](runtime.js.html) # 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
22 entries across 22 versions & 1 rubygems