6ad141d85e
BlankSlate provides a base class where almost all of the methods from Object and Kernel have been removed. This is useful when providing proxy object and other classes that make heavy use of method_missing.
3 lines
208 B
Text
3 lines
208 B
Text
BlankSlate provides a base class where almost all of the methods from Object
|
|
and Kernel have been removed. This is useful when providing proxy object and
|
|
other classes that make heavy use of method_missing.
|