Method: Code::Node::Nothing#evaluate

Defined in:
lib/code/node/nothing.rb

#evaluate(**args) ⇒ Object



7
8
9
# File 'lib/code/node/nothing.rb', line 7

def evaluate(**args)
  ::Code::Object::Nothing.new
end