Method: Ccp::Commands::Commentable#TODO
- Defined in:
- lib/ccp/commands/commentable.rb
#TODO(*messages) ⇒ Object
9 10 11 12 |
# File 'lib/ccp/commands/commentable.rb', line 9 def TODO(*) from = caller.is_a?(Array) ? caller.first : self.class receiver.comment("TODO: #{_build_comment(*messages)}\n #{from}", :warn) end |