Class: Code::Node::Nothing
- Inherits:
-
Object
- Object
- Code::Node::Nothing
- Defined in:
- lib/code/node/nothing.rb
Instance Method Summary collapse
- #evaluate(_context) ⇒ Object
-
#initialize ⇒ Nothing
constructor
A new instance of Nothing.
Constructor Details
#initialize ⇒ Nothing
Returns a new instance of Nothing.
4 5 |
# File 'lib/code/node/nothing.rb', line 4 def initialize end |