nullclass.rb

Path: lib/standard/facets/nullclass.rb
Last Update: Tue Apr 09 03:36:14 +0000 2013

Nullclass

NullClass is essentially NilClass but it differs in one important way. When a method is called against it that it deoesn‘t have, it will simply return null value rather then raise an error.

TODO: Perhaps NullClass should be called NackClass?

[Validate]