Guest User

Untitled

a guest
May 28th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class in lib/
  2.  
  3. class Hi
  4. end
  5.  
  6. in irb:
  7.  
  8. Hi.object_id == Hi.object_id => true
  9. Hi.object_id => 18444640
  10. later on...
  11. Hi.object_id => 18444640
  12.  
  13. Same happens in the application... Rails 2.1.2
Add Comment
Please, Sign In to add comment