Sha256: ce42702733cb2e0738e9e6555dbefc7e48e089172b7fb625cf6e9a02e3901d58
Contents?: true
Size: 219 Bytes
Versions: 11
Compression:
Stored size: 219 Bytes
Contents
# A simple plugin that replies with "pong" when messaged with ping class Robut::Plugin::Ping include Robut::Plugin desc "ping - responds 'pong'" match /^ping$/, :sent_to_me => true do reply("pong") end end
Version data entries
11 entries across 11 versions & 2 rubygems