class Z::Ast::Nop
- Z::Ast::Nop
- Z::Ast::Node
- Reference
- Object
Defined in:
ast/node.crConstructors
Instance Method Summary
-
#==(o)
Returns
false
(other can only be aValue
here). - #inspect(io)
- #to_s(io)
Returns false
(other can only be a Value
here).
Z::Ast::Node