るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. add rexml::attribute#name
  2. << rexml::attribute#name
  3. handle_interrupt thread#raise
  4. inspect? irb::context#inspect_mode
  5. document psych::nodes::document#root

検索結果

VALUE rb_class_protected_instance_methods(int argc, VALUE *argv, VALUE mod) (36844.0)

Module#protected_instance_methods の実体。 モジュール mod に定義されている protected メソッド名の リストを文字列の配列で返します。

Module#protected_instance_methods の実体。
モジュール mod に定義されている protected メソッド名の
リストを文字列の配列で返します。

static VALUE rb_mod_protected(int argc, VALUE *argv, VALUE module) (18604.0)