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