# File lib/needle/interceptor.rb, line 67
      def process( chain, context )
        context.data[:options] = @options
        context.data[:point] = @point
        @callback.call( chain, context )
      end