Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
Menu
object_id is not changing : object_id « Reflection « Ruby
Ruby
Reflection
object_id
object_id is not changing
10.times { puts
"test"
.object_id }
Related examples in the same category
1.
Each object has its own numeric object ID.
2.
Check the object_id before and after replace
3.
Check the object_id before and after the assignment