るりまサーチ

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

別のキーワード

  1. option bool
  2. option linger
  3. getoptlong get_option
  4. getoptlong each_option

検索結果

int rb_run_exec_options(const struct rb_exec_arg *e, struct rb_exec_arg *s) (6201.0)

この関数は deprecated です。

この関数は deprecated です。

int rb_run_exec_options_err(const struct rb_exec_arg *e, struct rb_exec_arg *s, char *errmsg, size_t errmsg_buflen) (6201.0)

この関数は deprecated です。

この関数は deprecated です。

static int e_option_supplied(void) (6201.0)

ruby -e で与えたプログラムを実行中なら真。

ruby -e で与えたプログラムを実行中なら真。

static int regx_options(void) (6201.0)

正規表現のオプション (ixmo nesu) を読み込み フラグ (ビットマスク) を返します。

正規表現のオプション (ixmo nesu) を読み込み
フラグ (ビットマスク) を返します。

void ruby_options(int argc, char **argv) (6201.0)

argc と argv を ruby への コマンドラインオプションとして処理します。

argc と argv を ruby への
コマンドラインオプションとして処理します。

絞り込み条件を変える

static VALUE method_list(VALUE mod, int option, int (*func)()) (301.0)

モジュール mod に定義されているメソッドに対して 順番に func を繰り返し呼び出します。

モジュール mod に定義されているメソッドに対して
順番に func を繰り返し呼び出します。