• C
    Fix default settings when they are boolean. · 9db7c16a
    Cyril 提交于
    error is that ```enabled ||= true``` always evaluates to true.
    Change all initialization of bool settings to use the same syntax:
    ```setting = true if setting.nil?```
    9db7c16a
1_settings.rb 3.2 KB