Class: Enf::Elephant::Nope
- Inherits:
-
Object
- Object
- Enf::Elephant::Nope
- Includes:
- Singleton
- Defined in:
- lib/enf/elephant.rb
Overview
Null node, used to answer to unknown values
Instance Method Summary collapse
Instance Method Details
#include_impl(_) ⇒ Object
26 27 28 |
# File 'lib/enf/elephant.rb', line 26 def include_impl(_) false end |
#register!(_) ⇒ Object
30 31 32 |
# File 'lib/enf/elephant.rb', line 30 def register!(_) fail CannotRegister end |