Skip to content

Instantly share code, notes, and snippets.

@chrisseaton
Created April 17, 2015 13:16
o = "foo".to_java
fenv = o.getClass().getDeclaredField("value")
fenv.setAccessible(true)
p fenv.get(o)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment