最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.121秒)
トップページ
>
:
Ruby
>
:
ruby
>
:
インスタンスメソッド
>
:
i
>
クラス:
Object
>
:itself
別のキーワード
fiddle ruby_free
rbconfig ruby
fiddle build_ruby_platform
rake ruby
rubygems/defaults ruby_engine
ライブラリ
ビルトイン
(12)
検索結果
先頭1件
Object
#
itself -> object
Object
#
itself -> object
(24221.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
インスタンスメソッド
self を返します。
...
self を返します。
//eml
i
st[][
ruby
]{
str
i
ng = 'my str
i
ng' # => "my str
i
ng"
str
i
ng.
itself
.
object
_
i
d == str
i
ng.
object
_
i
d # => true
//}
...