Method: Roby::Application#auto_load_models=

Defined in:
lib/roby/app.rb

#auto_load_models=(flag) ⇒ Boolean (writeonly)

Controls whether Roby should load the available the model files automatically in #require_models

Returns:

  • (Boolean)


2861
2862
2863
# File 'lib/roby/app.rb', line 2861

def auto_load_models=(value)
  @auto_load_models = value
end