# File lib/needle/interceptor-chain.rb, line 47
      def next=( next_obj )
        @next_obj = next_obj
      end