Module Gem::DefaultUserInteraction
In: lib/rubygems/user_interaction.rb

Module that defines the default UserInteraction. Any class including this module will have access to the ui method that returns the default UI.

Methods

ui   ui   ui=   ui=   use_ui   use_ui  

Public Class methods

Public Instance methods

Return the default UI.

Set the default UI. If the default UI is never explicity set, a simple console based UserInteraction will be used automatically.

[Validate]