Method: Roby::Application#ignore_all_load_errors?
- Defined in:
- lib/roby/app.rb
#ignore_all_load_errors? ⇒ Object
If set to true, files that generate errors while loading will be ignored. This is used for model browsing GUIs to be usable even if there are errors
It is false by default
251 |
# File 'lib/roby/app.rb', line 251 attr_predicate :ignore_all_load_errors?, true |