itself -> object
self を返します。
string = 'my string' # => "my string" string.itself.object_id == string.object_id # => true