Vlad
Vlad
Clean version of this pull-request: https://github.com/binarylogic/settingslogic/pull/36
How to use this gem with integer possible values? I have error `SyntaxError: (eval):3: syntax error, unexpected tINTEGER, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or tSTRING_END self.hours?(:0)`
### Description Adds `after_refork` hook to be able to re-create the resources that were removed in `on_refork` on the worker 0 (Mongo connections in my use case). ### Your checklist...