Fix docs for push_result
[ci skip]
This commit is contained in:
parent
a534af1174
commit
9d3a1d0054
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ module Gitlab
|
||||||
|
|
||||||
# Add a reference to the pipeline's result Hash
|
# Add a reference to the pipeline's result Hash
|
||||||
#
|
#
|
||||||
# type - Singular Symbol reference type (e.g., :issue, :user, etc.)
|
# 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)
|
def push_result(type, *values)
|
||||||
return if values.empty?
|
return if values.empty?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue