Method: Synvert::Core::Configuration.show_run_process
- Defined in:
- lib/synvert/core/configuration.rb
.show_run_process ⇒ Boolean
Check if show run process.
29 30 31 |
# File 'lib/synvert/core/configuration.rb', line 29 def show_run_process @show_run_process || false end |