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:
parent
9ef1695abd
commit
3762909be4
9 changed files with 136 additions and 115 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue