Method: Codebot::Formatter#sender_name
- Defined in:
- lib/codebot/formatter.rb
#sender_name ⇒ String?
Extracts the user name of the person who triggered this event.
220 221 222 |
# File 'lib/codebot/formatter.rb', line 220 def sender_name extract(:sender, :login) end |