Method: Rails::Configuration#whiny_nils
- Defined in:
- lib/initializer.rb
#whiny_nils ⇒ Object
Set to true if you want to be warned (noisily) when you try to invoke any method of nil. Set to false for the standard Ruby behavior.
582 583 584 |
# File 'lib/initializer.rb', line 582 def whiny_nils @whiny_nils end |