Sha256: 607826806e069581751c76415ff8db8383df5e9794b287ec3a06c7b1f39c2f98

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

# regexp matches
$& = $~ = $` = $' = nil

# requires
$LOADED_FEATURES = $" = `Opal.loaded_features`
$LOAD_PATH       = $: = []

# split lines
$/ = "\n"
$, = nil

ARGV = []
ARGF = Object.new
ENV  = {}

$VERBOSE = false
$DEBUG   = false
$SAFE    = 0

RUBY_PLATFORM       = 'opal'
RUBY_ENGINE         = 'opal'
RUBY_VERSION        = '2.1.5'
RUBY_ENGINE_VERSION = '0.8.1'
RUBY_RELEASE_DATE   = '2015-10-12'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-0.8.1 opal/corelib/variables.rb