Sha256: 775623558b43155fbb75587ab0ab577a3cfa05b1b23482b60bbbe235108fb601
Contents?: true
Size: 233 Bytes
Versions: 7
Compression:
Stored size: 233 Bytes
Contents
# encoding: utf-8 require_relative "../lib/tty-prompt" prompt = TTY::Prompt.new drinks = %w(vodka beer wine whisky bourbon) prompt.multi_select('Choose your favourite drink?', drinks, help: '(Use arrow keys and Enter to finish)')
Version data entries
7 entries across 7 versions & 1 rubygems