Module: Gem::UserInteraction

Includes:
DefaultUserInteraction
Defined in:
lib/build-tool/GUI.rb

Overview

Make the default UI accessable without the “ui.” prefix. Classes including this module may use the interaction methods on the default UI directly. Classes may also reference the ui and ui= methods.

Example:

class X
  include Gem::UserInteraction

  def get_answer
    n = ask("What is the meaning of life?")
  end
end

Method Summary

Methods included from DefaultUserInteraction

ui, #ui, ui=, #ui=, use_ui, #use_ui