diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-04-25 17:44:24 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-04-25 17:44:24 -0400 |
commit | 9d3a1d00543f2bbf591a880575795e416d45c763 (patch) | |
tree | 1e28a4971865cd88df4439500800a8765f15735c /lib | |
parent | a534af117468faafd2f00d0d38d4934d58740186 (diff) | |
download | gitlab-ce-9d3a1d00543f2bbf591a880575795e416d45c763.tar.gz |
Fix docs for `push_result`
[ci skip]
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/markdown/reference_filter.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/markdown/reference_filter.rb b/lib/gitlab/markdown/reference_filter.rb index 42eadf450c7..a4303d96bef 100644 --- a/lib/gitlab/markdown/reference_filter.rb +++ b/lib/gitlab/markdown/reference_filter.rb @@ -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? |