Vedeu.configure do log "/tmp/<%= object.name %>.log" colour_mode 16_777_216 # debug! # Add "gem 'ruby-prof'" to your Gemfile if uncommenting this line. # drb! # drb_host 'localhost' # drb_port 21420 # drb_width 80 # drb_height 25 # cooked! # raw! # run_once! # interactive! # standalone! # Not used yet # stdin File.open("/dev/tty", "r") # stdout File.open("/dev/tty", "w") # stderr File.open("/tmp/vedeu_error.log", "w+") end