Module: Opal

Defined in:
opal/stdlib/opal/raw.rb

Overview

The Opal::Raw module provides syntax sugar for calling native javascript operators (e.g. typeof, instanceof, new, delete) and global functions (e.g. parseFloat, parseInt).

Defined Under Namespace

Modules: Raw