Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
code = "p Rubinius::VM.get_message" vm = Rubinius::VM.spawn "-e", code p vm vm << [:hello, "bob"] p :joined puts vm.stdout.gets p Rubinius::VM.get_message
From the Design Piracy series on my blog: