Method: Roby::Application#additional_model_files

Defined in:
lib/roby/app.rb

#additional_model_filesArray<String> (readonly)

Returns list of paths to files not in models/ that contain some models. This is mainly used by the command-line tools so that the user can load separate “model-based scripts” files.

Returns:

  • (Array<String>)

    list of paths to files not in models/ that contain some models. This is mainly used by the command-line tools so that the user can load separate “model-based scripts” files.



542
543
544
# File 'lib/roby/app.rb', line 542

def additional_model_files
  @additional_model_files
end