# File lib/needle/interceptor.rb, line 137
    def with!( &block )
      with { |c| c.instance_eval( &block ) }
    end