Sha256: daf7a66297a46ad2e3552d201f48d771cc7c9b6f759e6468a0411fcb93d01f32

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

`Opal.exit = function(status) { callPhantom(['exit', status]); };`

STDOUT.write_proc = `function(str){callPhantom(['stdout', str])}`
STDERR.write_proc = `function(str){callPhantom(['stderr', str])}`

STDOUT.tty = true
STDERR.tty = true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
opal-0.9.4 stdlib/phantomjs.rb
opal-0.9.3 stdlib/phantomjs.rb
opal-0.9.2 stdlib/phantomjs.rb
opal-0.9.0 stdlib/phantomjs.rb
opal-0.9.0.rc1 stdlib/phantomjs.rb