Guest User

Untitled

a guest
May 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. require 'jruby'
  2.  
  3. class Object
  4. def class=(cls)
  5. ref = JRuby.reference self
  6. cls = JRuby.reference cls
  7. ref.meta_class = cls
  8. end
  9. end
Add Comment
Please, Sign In to add comment