Method: Codebot::Formatters::Ping#format

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

#formatArray<String>

Formats IRC messages for a ping event.

Returns:

  • (Array<String>)

    the formatted messages



10
11
12
# File 'lib/codebot/formatters/ping.rb', line 10

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