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 65
65:     def append(line) raise 'unimplemented!' end

[Validate]