Sha256: 060a6533dd1a4eeb01f303673f55bfd0acfa68560feeac58469ee4dcfdc85036
Contents?: true
Size: 236 Bytes
Versions: 21
Compression:
Stored size: 236 Bytes
Contents
module CommandHandler def can_handle?(parent, command_symbol, *args, &block) raise "must be implemented by a class" end def do_handle(parent, command_symbol, *args, &block) raise "must be implemented by a class" end end
Version data entries
21 entries across 21 versions & 1 rubygems