# File lib/sugar-high/not.rb, line 13
    def method_missing(sym, *args, &blk)
      !@subject.send(sym, *args, &blk)
    end