るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.006秒)
トップページ > クエリ:arguable[x] > 種類:ライブラリ[x]

別のキーワード

  1. arguable order!
  2. arguable options
  3. arguable parse!
  4. arguable getopts
  5. arguable options=

検索結果

optparse (13.0)

コマンドラインのオプションを取り扱うためのライブラリです。

...す。

====[a:argv] ARGV の機能
optparse を require すると ARGV に OptionParser::Arguable の機能
が加わります。以下の書き方ができるようになります。
OptionParser::Arguable#getopts はオプションを保持した Hash を返します。

//emlist[sample.rb][ruby]...