Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
making the CLI use the Runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 31, 2008
1 parent 68c9c39 commit 59807b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/johnson
Expand Up @@ -9,7 +9,7 @@ end

require "readline"

CONTEXT = cx = Johnson::Context.new
CONTEXT = cx = Johnson::Runtime.new
CONTEXT[:alert] = lambda { |m| puts m }

EXIT_VERBS = [nil] + %w(exit quit)
Expand Down

0 comments on commit 59807b0

Please sign in to comment.