116件ヒット
[1-100件を表示]
(0.017秒)
キーワード
-
inspect
_ i (12) -
inspect
_ obj (12) -
method
_ inspect (12) -
rb
_ inspect (12) -
rb
_ obj _ inspect (12) -
rb
_ thread _ inspect (12) -
rb
_ time _ timespec _ new (10) -
rb
_ timespec _ now (10) -
special
_ local _ set (12) -
specific
_ eval (12)
検索結果
先頭5件
-
static VALUE specific
_ eval(int argc , VALUE *argv , VALUE klass , VALUE self) (26101.0) -
rb_obj_instance_eval と rb_mod_module_eval を共通化するための補助関数です。
rb_obj_instance_eval と rb_mod_module_eval を共通化するための補助関数です。 -
static void special
_ local _ set(char c , VALUE val) (26101.0) -
$~ と $_ をセットします。 現在は c=0 が $_ で c=1 が $~ です。
$~ と $_ をセットします。
現在は c=0 が $_ で c=1 が $~ です。 -
VALUE rb
_ time _ timespec _ new(const struct timespec *ts , int offset) (6201.0) -
引数 ts、offset を元に Time オブジェクトを作成して返します。
...引数 ts、offset を元に Time オブジェクトを作成して返します。
@param ts timespec 構造体のポインタ
@param offset 協定世界時との時差(秒)。
-86400 < offset < 86400 の場合は指定した時差に、INT_MAX
を指定した場合は... -
void rb
_ timespec _ now(struct timespec *ts) (6201.0) -
現在時刻を取得してその結果を引数 ts で指定した timespec 構造体に格納します。
...現在時刻を取得してその結果を引数 ts で指定した timespec 構造体に格納します。
@param ts timespec 構造体のポインタ... -
VALUE rb
_ inspect(VALUE obj) (6101.0) -
obj.inspect の実体。
...obj.inspect の実体。... -
static VALUE inspect
_ obj(VALUE obj , VALUE str) (6101.0) -
-
static VALUE method
_ inspect(VALUE method) (6101.0) -
-
static VALUE rb
_ obj _ inspect(VALUE obj) (6101.0) -
Object#inspect の実体です。
...Object#inspect の実体です。... -
static VALUE rb
_ thread _ inspect(VALUE thread) (6101.0) -