Sha256: f71e6b944ad7588ea501d607e5b964e626ec1e90c61342a8cff81e2d1694d95f

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

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

# stub library 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.1'
RUBY_ENGINE_VERSION = '0.6.1'
RUBY_RELEASE_DATE   = '2014-04-15'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opal-0.6.3 opal/corelib/variables.rb
opal-0.6.2 opal/corelib/variables.rb
opal-0.6.1 opal/corelib/variables.rb