Method: ToolsPrompt.expand

Defined in:
lib/lib/prompt.rb

.expand(*args) ⇒ Object



47
48
49
50
51
# File 'lib/lib/prompt.rb', line 47

def self.expand(*args)
  prompt = TTY::Prompt.new
  result = prompt.expand(*args)
  result
end