module UserInput

User input library

Constants

MESSAGE_TEMPLATE
VALIDATIONS

Hash of validation strategies

Public Class Methods

new(*args, &block) click to toggle source

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

# File lib/userinput.rb, line 15
def new(*args, &block)
  self::Prompt.new(*args, &block)
end