Method: Zapp::Configuration#log_uncaught_errors
- Defined in:
- lib/zapp/configuration.rb
#log_uncaught_errors(new = nil) ⇒ Object
115 116 117 118 119 |
# File 'lib/zapp/configuration.rb', line 115 def log_uncaught_errors(new = nil) return @log_uncaught_errors if new.nil? @log_uncaught_errors = new end |