Module Ui::ConsoleInterface
In: ui/widgets.rb

 Controls acting as a command line console should implement this interface

 to be able to interact with the main window.

Methods

append  

Public Instance methods

[Source]

# File ui/widgets.rb, line 90
    def append(line) Kernel.raise 'unimplemented!'; end

[Validate]