708件ヒット
[1-100件を表示]
(0.105秒)
キーワード
-
RUBY
_ METHOD _ FUNC (12) -
bm
_ mark (12) - bmcall (12)
-
clone
_ method (12) -
convert
_ type (12) -
ins
_ methods _ i (12) -
ins
_ methods _ priv _ i (12) -
ins
_ methods _ prot _ i (12) -
method
_ arity (12) -
method
_ call (12) -
method
_ clone (12) -
method
_ eq (12) -
method
_ inspect (12) -
method
_ list (12) -
method
_ proc (12) -
method
_ unbind (12) -
rb
_ add _ method (12) -
rb
_ call (12) -
rb
_ catch (12) -
rb
_ check _ convert _ type (12) -
rb
_ class _ instance _ methods (12) -
rb
_ class _ private _ instance _ methods (12) -
rb
_ class _ protected _ instance _ methods (12) -
rb
_ convert _ type (12) -
rb
_ define _ global _ function (12) -
rb
_ define _ method (12) -
rb
_ define _ method _ id (12) -
rb
_ define _ module _ function (12) -
rb
_ define _ private _ method (12) -
rb
_ define _ protected _ method (12) -
rb
_ define _ singleton _ method (12) -
rb
_ export _ method (12) -
rb
_ get _ method _ body (12) -
rb
_ method _ boundp (12) -
rb
_ mod _ alias _ method (12) -
rb
_ mod _ define _ method (12) -
rb
_ mod _ method (12) -
rb
_ mod _ method _ defined (12) -
rb
_ mod _ private _ method (12) -
rb
_ mod _ public _ method (12) -
rb
_ mod _ remove _ method (12) -
rb
_ mod _ undef _ method (12) -
rb
_ obj _ method (12) -
rb
_ obj _ methods (12) -
rb
_ obj _ private _ methods (12) -
rb
_ obj _ protected _ methods (12) -
rb
_ obj _ singleton _ methods (12) -
rb
_ remove _ method (12) -
rb
_ scan _ args (12) -
rb
_ to _ integer (12) -
rb
_ undef _ method (12) -
remove
_ method (12) -
search
_ method (12) -
set
_ method _ visibility (12) - umcall (12)
-
umethod
_ bind (12) -
umethod
_ call (12) -
umethod
_ proc (12) -
umethod
_ unbind (12)
検索結果
先頭5件
- void rb
_ define _ protected _ method(VALUE klass , const char *name , VALUE (*func)() , int argc) - VALUE rb
_ class _ protected _ instance _ methods(int argc , VALUE *argv , VALUE mod) - static VALUE rb
_ obj _ protected _ methods(VALUE obj) - static VALUE umethod
_ bind(VALUE method , VALUE recv) - int rb
_ method _ boundp(VALUE klass , ID id , int ex)
-
void rb
_ define _ protected _ method(VALUE klass , const char *name , VALUE (*func)() , int argc) (18317.0) -
クラス klass に protected インスタンスメソッド name を 定義します。その実体は関数 func であり、その関数がとる 引数のタイプを argc で指定します。argc のフォーマットに ついては rb_define_method の項を参照してください。
...クラス klass に protected インスタンスメソッド name を
定義します。その実体は関数 func であり、その関数がとる
引数のタイプを argc で指定します。argc のフォーマットに
ついては rb_define_method の項を参照してください。... -
VALUE rb
_ class _ protected _ instance _ methods(int argc , VALUE *argv , VALUE mod) (18301.0) -
Module#protected_instance_methods の実体。 モジュール mod に定義されている protected メソッド名の リストを文字列の配列で返します。
...Module#protected_instance_methods の実体。
モジュール mod に定義されている protected メソッド名の
リストを文字列の配列で返します。... -
static VALUE rb
_ obj _ protected _ methods(VALUE obj) (18201.0) -
Object#protected_methods の実体です。
...Object#protected_methods の実体です。... -
static VALUE umethod
_ bind(VALUE method , VALUE recv) (12317.0) -
UnboundMethod method を recv に束縛します。
...UnboundMethod method を recv に束縛します。... -
int rb
_ method _ boundp(VALUE klass , ID id , int ex) (12301.0) -
-
static VALUE method
_ arity(VALUE method) (12301.0) -
-
static VALUE method
_ call(int argc , VALUE *argv , VALUE method) (12301.0) -
-
static VALUE method
_ eq(VALUE method , VALUE other) (12301.0) -
-
static VALUE method
_ inspect(VALUE method) (12301.0) -