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

View file

@ -40,7 +40,7 @@ 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
# values - One or more Objects to add
def push_result(type, *values)
return if values.empty?