mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
4 lines
208 B
Plaintext
4 lines
208 B
Plaintext
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.
|