Class: Dentaku::AST::Nil

Inherits:
Node
  • Object
show all
Defined in:
lib/dentaku/ast/nil.rb

Instance Method Summary collapse

Methods inherited from Node

arity, #dependencies, peek, precedence, #type

Instance Method Details

#valueObject



4
5
6
# File 'lib/dentaku/ast/nil.rb', line 4

def value(*)
  nil
end