Class: Linen::Handler

Inherits:
Object
  • Object
show all
Defined in:
lib/linen/handler.rb

Overview

Copyright 2007, LAIKA, Inc. #

#

Authors: #

* Ben Bleything <[email protected]>                    #

Direct Known Subclasses

CLI

Class Method Summary collapse

Class Method Details

.say(input) ⇒ Object

placeholder. This will eventually become the abstract class from which all handlers inherit.

Raises:

  • (NotImplementedError)


14
15
16
# File 'lib/linen/handler.rb', line 14

def self::say( input )
	raise NotImplementedError, "You must override say() in the handler"
end