<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,8 +9,8 @@ end
 
 require &quot;readline&quot;
 
-CONTEXT = cx = Johnson::Runtime.new
-CONTEXT[:alert] = lambda { |m| puts m }
+RUNTIME = js = Johnson::Runtime.new
+RUNTIME[:alert] = lambda { |m| puts m }
 
 EXIT_VERBS = [nil] + %w(exit quit)
 
@@ -46,7 +46,7 @@ rescue Exception =&gt; e
 end
 
 def eval_in_js(expression)
-  rescued { puts &quot;=&gt; &quot; + CONTEXT.evaluate(expression, &quot;(console)&quot;).inspect }
+  rescued { puts &quot;=&gt; &quot; + RUNTIME.evaluate(expression, &quot;(console)&quot;).inspect }
 end
 
 def eval_in_ruby(expression, bind_to)
@@ -55,15 +55,15 @@ end
 
 options = Johnson::CLI::Options.parse!(ARGV)
 options.load_paths.each { |d| $LOAD_PATH &lt;&lt; d }
-options.files_to_preload.each { |f| CONTEXT.load(f) }
+options.files_to_preload.each { |f| RUNTIME.load(f) }
 
 unless options.files_to_evaluate.empty?
-  options.files_to_evaluate.each { |f| CONTEXT.load(f) }
+  options.files_to_evaluate.each { |f| RUNTIME.load(f) }
   exit
 end
 
 unless options.expressions.empty?
-  options.expressions.each { |e| CONTEXT.evaluate(e, '-e') }
+  options.expressions.each { |e| RUNTIME.evaluate(e, '-e') }
   exit
 end
 </diff>
      <filename>bin/johnson</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>59807b0f2fbcd193aeec31f8676bffad951fc772</id>
    </parent>
  </parents>
  <author>
    <name>John Barnette</name>
    <email>jbarnette@gmail.com</email>
  </author>
  <url>http://github.com/jbarnette/johnson/commit/931eea8d2fa38679cf0cab0d3e8cdfcc824f65a3</url>
  <id>931eea8d2fa38679cf0cab0d3e8cdfcc824f65a3</id>
  <committed-date>2008-05-31T11:00:34-07:00</committed-date>
  <authored-date>2008-05-31T11:00:34-07:00</authored-date>
  <message>Make sure bin/johnson doesn't talk about context at all.</message>
  <tree>c781367b8b41ef48807fc46734e175de37b833d6</tree>
  <committer>
    <name>John Barnette</name>
    <email>jbarnette@gmail.com</email>
  </committer>
</commit>
