class AST::Null def ==(other) other.is_a?(AST::Null) end def execute(env) nil end end