My googlefu sucks and was unable to find information on this.
Basically I want to have a instance variable that is visible only within the scope of a class/module but is also immutable.
I am new to Ruby and apologize if this question doesn't make much sense.