Ruby 2.7.0 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
Objectクラス
new
singleton method Object.new
new -> Object
[
permalink
][
rdoc
][
edit
]
Objectクラスのインスタンスを生成して返します。
some
=
Object
.
new
p
some
#=> #<Object:0x2b696d8>