Skip to content

Refactoring: get rid of ruby antipattern unless/else and use if/else instead

Created by: avakarev

Unless/else condition is confusing a lot. So, refactored to if/else instead.

Merge request reports