1 2 3 4 5 6 7
module Killjoy class Nullable def method_missing(*args) Killjoy.logger.debug "Null Object: #{args}" end end end