module Spruz::Null
def const_missing(*)
def const_missing(*) self end
def inspect
def inspect 'NULL' end
def method_missing(*)
def method_missing(*) self end
def to_s
def to_s '' end
def const_missing(*) self end
def inspect 'NULL' end
def method_missing(*) self end
def to_s '' end