Vedeu Configuration

Vedeu provides a simple DSL for configuration.

Vedeu.configure do

  # add configuration options here, each of which are listed
  # below...

end

If you need to access the value of Vedeu's configuration for whatever reason, simply ask for it:

# => The current value of 'base_path'
Vedeu.config.base_path

Configuration Options

background

base_path

colour

colour_mode

compression / compression!

cooked / cooked!

debug / debug!

drb / drb!

drb_host

drb_port

drb_height

drb_width

foreground

interactive / interactive!

log

log_only

log_except

loggable?

Returns true if the given type was included in the :log_only configuration option or not included in the :log_except option.

profile / profile!

raw / raw!

renderer / renderers

root

run_once / run_once!

standalone / standalone!

stderr

stdin

stdout

terminal_mode