Module: UserInput

Defined in:
lib/userinput.rb

Overview

User input library

Defined Under Namespace

Classes: Prompt

Class Method Summary collapse

Class Method Details

.new(*args, &block) ⇒ Object

Insert a helper .new() method for creating a new Prompt object



8
9
10
# File 'lib/userinput.rb', line 8

def new(*args, &block)
  self::Prompt.new(*args, &block)
end