| Class | Aquarium::Utils::NilObject |
| In: |
lib/aquarium/utils/nil_object.rb
|
| Parent: | Object |
An implementation of the Null Object Pattern (renamed "Nil" for Ruby). All methods not defined by Object simply return the Aquarium::Utils::NilObject itself. Users can subclass or add methods to instances to customize the behavior.