[問題] require 'getopts'用法

看板Ruby作者 (我是蘋果猴)時間17年前 (2007/05/03 11:25), 編輯推噓1(102)
留言3則, 2人參與, 最新討論串1/1
最近看到一段程式碼 require 'getopts' getopts "dv","p:2000", "c:",.... host = $OPT_v port = $OPT_p 想請較各位一下 這個 getopts 是在 對應變數的嗎??? 實在是稿不清楚它的用法 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.92.61.117

05/03 16:18, , 1F

05/03 18:21, , 2F
Warning: getopts is deprecated after Ruby 1.8.1; use op
05/03 18:21, 2F

05/03 18:21, , 3F
use optparse instead.# this is obsolete; use getoptlong
05/03 18:21, 3F
文章代碼(AID): #16ELOxOg (Ruby)
文章代碼(AID): #16ELOxOg (Ruby)