Method: Codebot::Formatters::CommitComment#format
- Defined in:
- lib/codebot/formatters/commit_comment.rb
#format ⇒ Array<String>
Formats IRC messages for a commit_comment event.
13 14 15 |
# File 'lib/codebot/formatters/commit_comment.rb', line 13 def format ["#{summary}: #{format_url url}"] end |