Method: Ccp::Receivers::Commentable#show_comments
- Defined in:
- lib/ccp/receivers/commentable.rb
#show_comments(*args) ⇒ Object
26 27 28 29 30 |
# File 'lib/ccp/receivers/commentable.rb', line 26 def show_comments(*args) comments.each_value do |comment| logger.info comment.colorized end end |