instance method Object#itself

itself -> object[permalink][rdoc][edit]

self を返します。


string = 'my string' # => "my string"
string.itself.object_id == string.object_id # => true