I don't want Shoes to close when I run this, do "ruby -rdrb -e
"DRb.start_service;
DRbObject.new(nil,'druby://localhost:34020').res"", then close the
window. I want it to wait for another!


require 'drb'

o = Object.new
class << o
    def res
        Shoes.app {}
    end
end
DRb.start_service "druby://localhost:34020", o

-- 
    ~devyn

Reply via email to