るりまサーチ

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

別のキーワード

  1. optparse on
  2. optionparser on
  3. tracer on
  4. thread abort_on_exception
  5. socket udp_server_loop_on

キーワード

検索結果

<< 1 2 3 ... > >>

VALUE rb_singleton_class_clone(VALUE klass) (12201.0)

特異クラス klass を clone して返します。 klass が特異クラスでないときはただ klass を返します。

...特異クラス klass を clone して返します。
klass が特異クラスでないときはただ klass を返します。...

VALUE rb_check_convert_type(VALUE val, int type, const char *tname, const char *method) (6301.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) (6301.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) (6301.0)

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 VALUE rb_cont_call(int argc, VALUE *argv, VALUE cont) (6201.0)

Continuation#call の実体。

...Continuation#call の実体。...

static void mark_locations_array(register VALUE *x, register long n) (6201.0)

static void warn_unless_e_option(const char *str) (6201.0)

ruby -e で与えたプログラムの評価中ではないなら、 警告メッセージ str を出力する。

ruby -e で与えたプログラムの評価中ではないなら、
警告メッセージ str を出力する。

static void warning_unless_e_option(const char *str) (6201.0)

ruby -e で与えたプログラムの評価中ではなく、 しかも $VERBOSE が真ならば、警告メッセージ str を出力する。

ruby -e で与えたプログラムの評価中ではなく、
しかも $VERBOSE が真ならば、警告メッセージ str を出力する。

絞り込み条件を変える

void rb_define_const(VALUE klass, const char *name, VALUE val) (6201.0)

クラス klass の定数 name を初期値 val で 定義します。既に同名の定数が定義されていたら警告します。

クラス klass の定数 name を初期値 val で
定義します。既に同名の定数が定義されていたら警告します。
<< 1 2 3 ... > >>