Class: Code::Node::Nothing
- Inherits:
-
Code::Node
- Object
- Code::Node
- Code::Node::Nothing
- Defined in:
- lib/code/node/nothing.rb
Instance Method Summary collapse
- #evaluate(**_args) ⇒ Object
-
#initialize(nothing) ⇒ Nothing
constructor
A new instance of Nothing.
Methods inherited from Code::Node
Constructor Details
#initialize(nothing) ⇒ Nothing
Returns a new instance of Nothing.
6 7 8 |
# File 'lib/code/node/nothing.rb', line 6 def initialize(nothing) @nothing = nothing end |