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