Method: Whisper::EmailSender#send_comment
- Defined in:
- lib/whisper/email_sender.rb
#send_comment(comment, to_addr) ⇒ Object
82 |
# File 'lib/whisper/email_sender.rb', line 82 def send_comment comment, to_addr; @q.push [comment, to_addr, false] end |