Sha256: 58a9d1fcbaa2d2a41d0b450890584217645ae96b3ca397ddcb19029ce25caa79
Contents?: true
Size: 665 Bytes
Versions: 6
Compression:
Stored size: 665 Bytes
Contents
Vedeu.configure do # base_path # colour_mode 16_777_216 # Some terminals don't render colour at all if this # value is not one of 8, 16, 256 or 16777216. # compression false # 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! log "/tmp/<%= object.name %>.log" # renderers # 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
Version data entries
6 entries across 6 versions & 1 rubygems