Sha256: e6c9db9dccf32fb26a9315538eedb2fdd8c040b33962ff70fdbb93f8fd16eb15
Contents?: true
Size: 217 Bytes
Versions: 7
Compression:
Stored size: 217 Bytes
Contents
require 'tty/prompt' module Dockerun module CliHelper module CliPrompt def cli if @pmt.nil? @pmt = TTY::Prompt.new end @pmt end end end end
Version data entries
7 entries across 7 versions & 1 rubygems