Module that defines the default UserInteraction. Any class including this
module will have access to the ui
method that returns the
default UI.
Methods
Class Public methods
ui()
Link
Return the default UI.
ui=(new_ui)
Link
Set the default UI. If the default UI is never explicitly set, a simple console based UserInteraction will be used automatically.
use_ui(new_ui)
Link
Use new_ui
for the duration of block
.
Instance Public methods