324件ヒット
[301-324件を表示]
(0.008秒)
ライブラリ
- ビルトイン (324)
キーワード
- < (12)
- <= (12)
- === (12)
- > (12)
- >= (12)
- attr (36)
-
class
_ variable _ defined? (12) -
class
_ variables (12) -
const
_ defined? (12) -
const
_ get (12) -
const
_ source _ location (12) - constants (12)
-
deprecate
_ constant (12) -
instance
_ methods (12) -
method
_ defined? (12) -
private
_ class _ method (24) -
private
_ instance _ methods (12) -
private
_ method _ defined? (12) -
protected
_ instance _ methods (12) -
protected
_ method _ defined? (12) -
public
_ instance _ methods (12) -
public
_ method _ defined? (12) -
singleton
_ class? (12) -
undef
_ method (12)
検索結果
先頭2件
-
Module
# protected _ instance _ methods(inherited _ too = true) -> [Symbol] (8.0) -
そのモジュールで定義されている protected メソッド名 の一覧を配列で返します。
...そのモジュールで定義されている protected メソッド名
の一覧を配列で返します。
@param inherited_too false を指定するとそのモジュールで定義されているメソッドのみ返します。
@see Object#protected_methods, Module#instance_methods... -
Module
# public _ instance _ methods(inherited _ too = true) -> [Symbol] (8.0) -
そのモジュールで定義されている public メソッド名 の一覧を配列で返します。
...そのモジュールで定義されている public メソッド名
の一覧を配列で返します。
@param inherited_too false を指定するとそのモジュールで定義されているメソッドのみ返します。
@see Object#public_methods, Module#instance_methods...