Sha256: 10763fca74567479d9ae8a0ad441ba1963e5b6356d32286ef11f38794277eac0
Contents?: true
Size: 773 Bytes
Versions: 4
Compression:
Stored size: 773 Bytes
Contents
Vedeu.configure do # see http://rubydoc.info/gems/vedeu/file/docs/configuration.md # base_path # colour_mode 16_777_216 # Some terminals don't render colour at all when this # value is not one of 8, 16, 256 or 16777216. # compression false # debug! # Requires "gem 'ruby-prof'" in your Gemfile. # drb! # drb_host 'localhost' # drb_port 21420 # drb_width 80 # drb_height 25 # terminal_mode :raw # cooked! # raw! log "log/<%= object.name %>.log" # renderers # root :controller, :action, *args # 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
4 entries across 4 versions & 1 rubygems