lib/slack-ruby-bot/commands/about.rb in slack-ruby-bot-0.12.0 vs lib/slack-ruby-bot/commands/about.rb in slack-ruby-bot-0.13.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module SlackRubyBot module Commands class Default < Base command 'about' match(/^#{bot_matcher}$/u)