#include "null.hpp" namespace object { std::string null::inspect() { return "null"; } } // namespace object