SYMBOL INDEX (21 symbols across 4 files) FILE: lib/simple_slack_bot/client.rb type SlackBot (line 3) | module SlackBot class Client (line 4) | class Client method initialize (line 9) | def initialize method add_command (line 13) | def add_command(regex) method start! (line 20) | def start! method config (line 34) | def config method configure (line 38) | def configure method web_message (line 42) | def web_message(channel, text) method message (line 46) | def message(channel, text) method slack_init (line 52) | def slack_init method message_event_init (line 65) | def message_event_init FILE: lib/simple_slack_bot/command.rb type SlackBot (line 1) | module SlackBot class Command (line 2) | class Command method initialize (line 5) | def initialize(bot_client) method match? (line 9) | def match?(str) method execute (line 13) | def execute(data) FILE: lib/simple_slack_bot/config.rb type SlackBot (line 1) | module SlackBot type Config (line 2) | module Config function configure (line 20) | def configure function config (line 24) | def config FILE: lib/simple_slack_bot/version.rb type SlackBot (line 1) | module SlackBot