Method: Roby::Application#options

Defined in:
lib/roby/app.rb

#optionsObject (readonly)

Applicatio configuration information is stored in a YAML file config/app.yml. The options are saved in a hash.

This attribute contains the raw hash as read from the file. It is overlaid



125
126
127
# File 'lib/roby/app.rb', line 125

def options
  @options
end