mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
9 lines
232 B
Ruby
9 lines
232 B
Ruby
|
|
require 'v8'
|
|
require 'erb'
|
|
require Pathname(__FILE__).dirname.join('ext/ext_spec_helper')
|
|
require Pathname(__FILE__).dirname.join('../specmem/spec_helper')
|
|
def rputs(msg)
|
|
puts "<pre>#{ERB::Util.h(msg)}</pre>"
|
|
$stdout.flush
|
|
end
|