<byteit101[m]> Yay, the JRubyFX template for SceneBuilder that I created last year was just accepted upstream: https://github.com/gluonhq/scenebuilder/commit/5ce9f65b7411eaad8f45d2788c95b9c55fa1aec3
<byteit101[m]> hmm, how can I set %? from subspawn?
<byteit101[m]> jruby-9.3.4.0 :022 > JRuby.runtime.current_context.last_exit_status = "Yay"
<byteit101[m]> => "Yay"
<byteit101[m]> => "Yay"
<byteit101[m]> jruby-9.3.4.0 :023 > $?
<byteit101[m]> ^ that works, is there a better and less-brittle way?