Controls acting as a command line console should implement this interface
to be able to interact with the main window.
[Source]
# File ui/widgets.rb, line 90 def append(line) Kernel.raise 'unimplemented!'; end
[Validate]