Fix docs for `push_result`

[ci skip]
This commit is contained in:
Robert Speicher 2015-04-25 17:44:24 -04:00
parent a534af1174
commit 9d3a1d0054
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ module Gitlab
# Add a reference to the pipeline's result Hash
#
# type - Singular Symbol reference type (e.g., :issue, :user, etc.)
# value - Object to add
# type - Singular Symbol reference type (e.g., :issue, :user, etc.)
# values - One or more Objects to add
def push_result(type, *values)
return if values.empty?