-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Szczupac already does it for its combinations. However none such mechanism existed when combining multiple Szczupac outputs so far.
- Loading branch information
1 parent
a9245d1
commit 945af79
Showing
2 changed files
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -424,7 +424,7 @@ class CI | |
end | ||
|
||
def join(*axes) | ||
axes.flatten | ||
axes.flatten.uniq | ||
end | ||
|
||
def ruby_version(*ruby_version) | ||
|