Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
require 'johnson' ruby_1_9_code = 'puts "fooooo"' ctx = Johnson::Context.new ctx.evaluate('Johnson.require("HotRuby")') ctx.evaluate('var hr = new HotRuby();') ctx.evaluate("hr.run(hr.compile('#{ruby_1_9_code}'));")
Pasted May 13, 2008 7:43PM EDT