Sha256: a8926306962d7bda03bac228f95e091e222202db5e308178683b7c0bb348d8ce
Contents?: true
Size: 996 Bytes
Versions: 3
Compression:
Stored size: 996 Bytes
Contents
# Opal Opal comprises of the actual ruby runtime, as well as all the core libraries that are default in ruby. This includes the usual {Array}, {String}, {Proc}, {Hash} classes etc. ## Spec Opal also has some (of the many!) specs from RSpec in it's `spec/` directory. Opal attempts to be as sytactially compatible with ruby as possible, so uses the very same specs as vanilla ruby does so completeness can be determined. The specs are accessible from this documentation at [spec/index.html](spec/index.html). This is not the result of the specs, as instead the specs are run in the browser on demand. What you will see is the ruby specs being run within the browser itself, and the results output directly. This also helps determine any errors that happen to be browser specific. ## Debugging Opal, when built in debug mode, contains some useful tools for debugging applications including stack traces and method missing errors. See {file:docs/debugging.md debugging documentation} for more.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
opal-0.2.2 | opals/opal/runtime/README.md |
opal-0.2.0 | opals/opal/runtime/README.md |
opal-0.1.0 | opals/runtime/README.md |