Method: Roby::Application#development_mode?
- Defined in:
- lib/roby/app.rb
#development_mode? ⇒ Object
Whether the app should run in development mode
Some expensive tests are disabled when not in development mode. This is the default
157 |
# File 'lib/roby/app.rb', line 157 attr_predicate :development_mode?, true |