public
Description: Johnson wraps JavaScript in a loving Ruby embrace.
Homepage: http://github.com/jbarnette/johnson/wikis
Clone URL: git://github.com/jbarnette/johnson.git
making the CLI use the Runtime
tenderlove (author)
Fri May 30 18:57:40 -0700 2008
commit  59807b0f2fbcd193aeec31f8676bffad951fc772
tree    9c784e546f91ab0fc1ecb734c8c6c2048f8ddc27
parent  68c9c39f88088f96eed26922a141c0fbb8dc24e2
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@ end
0
 
0
 require "readline"
0
 
0
-CONTEXT = cx = Johnson::Context.new
0
+CONTEXT = cx = Johnson::Runtime.new
0
 CONTEXT[:alert] = lambda { |m| puts m }
0
 
0
 EXIT_VERBS = [nil] + %w(exit quit)

Comments