config
config copied to clipboard
DRY - Code Refactor
case..when..else..endblocks have been aligned vertically- Moved common code snippets to a private methods
- Used
eval(str)to return Booleantrue/false - Removed
!!(Double not) prepended totrue/false
While working PR https://github.com/rubyconfig/config/pull/309. I noticed that a lot of code could be refactored - which has led to this PR https://github.com/rubyconfig/config/pull/310. Can we please approve the tests to run on this branch?
Closing because this is stale