Sha256: 1a88bb3a129678e70b5d2d43f33dc86b722137e79b86033596aca998f09f765b
Contents?: true
Size: 289 Bytes
Versions: 4
Compression:
Stored size: 289 Bytes
Contents
require 'ruboty/robot' module Ruboty module ReactionAddedClient module Robot delegate :permalink, to: :adapter def permalink(channel_id, timestamp) adapter.permalink(channel_id, timestamp) end end end Robot.include ReactionAddedClient::Robot end
Version data entries
4 entries across 4 versions & 1 rubygems