# File lib/juicer/chainable.rb, line 64
    def next_in_chain=(next_obj)
      @_next_in_chain = next_obj
      next_obj || self
    end