module Gem::UserInteraction

def ask(question)

def ask(question)
  ui.ask question
end