Ruby 2.0 Bytecode Export / Import
问题 I've been reading about the new ruby 2.0 features, and found that it will support bytecode import / export: Ruby 2.0 is expected to make it simple to save pre-compiled Ruby scripts to bytecode representations and to then run these directly. I've installed ruby-2.0.0-p0, but I didn't find any information on how to export the bytecode (or generally documentation on that matter). Is this feature already implemented, and if so, how do I use it? I'm also wondering about some of the details. Is