Sha256: a6408dec793237818bc31bc1214ec1df6a71dc1076b68ca2987d376429a70221

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 Bytes

Contents

# Copyright (C) 2007-2008 Annas Al Maleh
# Licensed under the LGPL. See /COPYING.LGPL for more details.

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

1 entries across 1 versions & 1 rubygems

Version Path
glimmer-0.1.0.0 src/command_handler.rb