るりまサーチ

最速Rubyリファレンスマニュアル検索!
1704件ヒット [1701-1704件を表示] (0.077秒)

別のキーワード

  1. sax2parser listen
  2. rexml/parsers/sax2parser listen
  3. json parser
  4. parser parse
  5. parser new

モジュール

キーワード

検索結果

<< < ... 16 17 18 >>

GetoptLong#get_option -> [String, String] (7.0)

ARGV から、次のオプションの名前と、もしあればその引数の組を取 得します。メソッドは 2 つの値を返し、1 つ目の値がオプション名 (例: --max-size) で、2 つ目がオプションの引数 (例: 20K) です。

...biguousOption
* GetoptLong::InvalidOption
* GetoptLong::MissingArgument
* GetoptLong::NeedlessArgument

加えて、静粛 (quiet) フラグが有効になっていない限り、エラーメッ
セージを標準エラー出力に出力します。

例:
optname, optarg = option_parser.get...
<< < ... 16 17 18 >>