This module contains additional nil behaviour.
Add this object to nil.
@example Add the object to a nil value.
nil.__add__([ 1, 2, 3 ])
@param [ Object ] object The object to add.
@return [ Object ] The provided object.
@since 1.0.0
Alias for #evolve_time
Evolve the nil into a date or time.
@example Evolve the nil.
nil.__evolve_time__
@return [ nil ] nil.
nil.__expanded__([ 1, 2, 3 ])
@param [ Object ] object The object to expanded.
nil.__intersect__([ 1, 2, 3 ])
@param [ Object ] object The object to intersect.
nil.__override__([ 1, 2, 3 ])
@param [ Object ] object The object to override.
nil.__union__([ 1, 2, 3 ])
@param [ Object ] object The object to union.
[Validate]