如何使用readline红宝石库执行readline.keyInSelect?

时间:2019-02-26 11:34:27

标签: javascript ruby readline

我需要复制这个

在这种情况下,函数输出

选项:

  1. 谁是

在这里输入<<<<<<< / p>

function askAndReturnPrefixes(){
     const prefixes = [ 'Who is' , 'who are']
     const selectPrefixesIndex = readline.keyInSelect(prefixes, "Choose:")
     return selectPrefixes
}

我需要用红宝石做这件事。我可以在ruby中使用readline库吗?

def askAndReturnPrefix()
     prefixes = proc [ 'Who is', 'What is' , 'The history of']
     selectedPrefixIndex = Readline.quoting_detection_proc
     return selectedPrefixIndex
end

0 个答案:

没有答案