lib/ruboty/jira/actions/comment.rb in ruboty-jira-0.1.0 vs lib/ruboty/jira/actions/comment.rb in ruboty-jira-0.2.0

- old
+ new

@@ -7,9 +7,10 @@ rescue => e message.reply(e.message) end private + def comment # TODO: main logic end end end