Sha256: 83e713786f7ad5f91a7b81e992727bba6c61c3a1a4a546b5f70eb4c5950b2882
Contents?: true
Size: 198 Bytes
Versions: 4
Compression:
Stored size: 198 Bytes
Contents
module SlackRubyBot module Hooks module Hello extend Base def hello(_data) logger.info "Successfully connected to #{SlackRubyBot.config.url}." end end end end
Version data entries
4 entries across 4 versions & 1 rubygems