class Lucky::ErrorHandler::HabitatSettings
Defined in:
lucky/error_handler.crClass Method Summary
- .show_debug_output : Bool
- .show_debug_output=(value : Bool)
-
.show_debug_output?
Used for checking missing settings on non-nilable types It's advised to use show_debug_output in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.show_debug_output?
#
Used for checking missing settings on non-nilable types It's advised to use show_debug_output in your apps to ensure the propper type is checked.