Class Test::Rails::IvarProxy
In: lib/test/rails/ivar_proxy.rb
Parent: Object

A wrapper that allows instance variables to be manipulated using +[]+ and +[]=+

Methods

[]   []=   new  

Public Class methods

Wraps object allowing its instance variables to be manipulated.

Public Instance methods

Retrieves ivar from the wrapped object.

Sets ivar to val on the wrapped object.

[Validate]