るりまサーチ

最速Rubyリファレンスマニュアル検索!
96件ヒット [1-96件を表示] (0.030秒)
トップページ > クエリ:ver[x] > 種類:関数[x]

別のキーワード

  1. optparse ver
  2. optionparser ver
  3. bigdecimal ver
  4. ver optparse

検索結果

static int delete_never(char *key, char *value, char *never) (6201.0)

st_cleanup_safe() のイテレータブロック。

st_cleanup_safe() のイテレータブロック。

VALUE rb_check_convert_type(VALUE val, int type, const char *tname, const char *method) (6101.0)

val.method を実行してクラス tname のインスタンスを返します。 val がメソッド method を持たなければ nil を返します。

val.method を実行してクラス tname のインスタンスを返します。
val がメソッド method を持たなければ nil を返します。

type は、T_ARRAY, T_STRING などの構造体を表す ID です。
method の結果の型が type でなければ例外 TypeError が発生します。

VALUE rb_convert_type(VALUE val, int type, const char *tname, const char *method) (6101.0)

オブジェクト val をクラス type のインスタンスに変換します。 変換には、val.method の戻り値が使われます。

オブジェクト val をクラス type のインスタンスに変換します。
変換には、val.method の戻り値が使われます。

val がもともと type クラスのインスタンスなら val を
そのまま返します。

static VALUE convert_type(VALUE val, const char *tname, const char *method, int raise) (6101.0)

static void cvar_override_check(VALUE id, VALUE a) (6101.0)

絞り込み条件を変える

void rb_thread_sleep_forever(void) (6101.0)

int st_delete_safe(register st_table *table, register char **key, char **value, char *never) (101.0)

st_delete と似ているが、その場ですぐに削除するのではなく never を 書きこんでおく。st_cleanup_safe() で本当に削除できる。 Ruby では never には Qundef を使う。

...st_delete と似ているが、その場ですぐに削除するのではなく never
書きこんでおく。st_cleanup_safe() で本当に削除できる。
Ruby では never には Qundef を使う。...

void st_cleanup_safe(st_table *table, char *never) (101.0)

never と同じ値を持つエントリーを削除する。

...never と同じ値を持つエントリーを削除する。...