I'm trying to get at the protected variables that are defined in the parent class I have inherited from.
Is this possible? I can't find any documentation saying it is. I've seen tickets that have been closed on earlier versions of JRuby.
Any help would be great.
Edit: To clarify
public class Something {
protected float somethingelse = 1.0f;
}
I want to get at somethingelse.