Guest User

Untitled

a guest
Feb 20th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # Check out the values of all instance variables in object 'o':
  2.  
  3. o.instance_variables.inject({}) {|memo,v|
  4. memo.merge!(v=>s.instance_eval(v))
  5. }
Add Comment
Please, Sign In to add comment