108件ヒット
[101-108件を表示]
(0.182秒)
別のキーワード
クラス
- Array (12)
-
CSV
:: Row (24) -
CSV
:: Table (24) - Matrix (12)
- Numeric (12)
- String (12)
- UnboundMethod (12)
検索結果
-
UnboundMethod
# owner -> Class | Module (9113.0) -
このメソッドが定義されている class か module を返します。
...このメソッドが定義されている class か module を返します。
//emlist[例][ruby]{
Integer.instance_method(:to_s).owner # => Integer
Integer.instance_method(:to_c).owner # => Numeric
Integer.instance_method(:hash).owner # => Kernel
//}...