1件ヒット
[1-1件を表示]
(0.183秒)
検索結果
-
Object
# itself -> object (72925.0) -
self を返します。
self を返します。
//emlist[][ruby]{
string = 'my string' # => "my string"
string.itself.object_id == string.object_id # => true
//}