Class: Prpr::Action::MentionComment::Mention
- Inherits:
-
Base
- Object
- Base
- Prpr::Action::MentionComment::Mention
- Defined in:
- lib/prpr/action/mention_comment/mention.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
5 6 7 8 9 |
# File 'lib/prpr/action/mention_comment/mention.rb', line 5 def call if mention? Publisher::Adapter::Base.broadcast end end |