Ruby 1.9.0 リファレンスマニュアル > ライブラリ一覧 > library _builtin > class Object > new

singleton method Object.new

new -> Object

Objectクラスのインスタンスを生成して返します。

some = Object.new
p some #=> #<Object:0x2b696d8>