Sha256: aca515ffb2bfa41607819ef18aa9eea5dc752ffed87c33a5a675bd906eda0155
Contents?: true
Size: 271 Bytes
Versions: 9
Compression:
Stored size: 271 Bytes
Contents
module Glimmer 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 end
Version data entries
9 entries across 9 versions & 1 rubygems