Skip to content

Commit

Permalink
Nicer prompt for IRB applet sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Feb 12, 2011
1 parent 5f58ec1 commit 99903c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/irb-applet.html
Expand Up @@ -6,5 +6,5 @@
<param name="jruby.banner" value="Welcome to JRuby on the Web!" />
<param name="jruby.console" value="true" />
<param name="jruby.objectspace" value="true" />
<param name="jruby.eval" value="ARGV[0..-1] = %w(-f) ; require 'irb' ; require 'irb/completion' ; Thread.new { IRB.start }" />
<param name="jruby.eval" value="ARGV << '-f' << '--readline' << '--prompt' << 'simple'; require 'irb' ; require 'irb/completion' ; Thread.new { IRB.start }" />
</applet>

0 comments on commit 99903c8

Please sign in to comment.