1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

change Context::GetCurrent() to GetEntered(), since that's what's meant most of the time anyway. Give objects a cleaner references to their wrapping context.

This commit is contained in:
Charles Lowell 2010-05-17 15:13:23 +03:00
parent 9ef1695abd
commit 3762909be4
9 changed files with 136 additions and 115 deletions

View file

@ -12,3 +12,7 @@ end
$:.unshift(File.dirname(__FILE__) + '/../lib')
$:.unshift(File.dirname(__FILE__) + '/..')
require 'v8'
def rputs(msg)
puts ERB::Util.h(msg)
end