Method: Codebot::Formatters::CommitComment#format

Defined in:
lib/codebot/formatters/commit_comment.rb

#formatArray<String>

Formats IRC messages for a commit_comment event.

Returns:

  • (Array<String>)

    the formatted messages



13
14
15
# File 'lib/codebot/formatters/commit_comment.rb', line 13

def format
  ["#{summary}: #{format_url url}"]
end