132 133 134 135 136
# File 'lib/GitLab/issue.rb', line 132 def add_comment note comment = GitLab::Comment.new(issue_iid: @iid, body: note) @comments << comment comment.create end