Znock.extension.st 155 B

1234567
  1. Extension { #name : #Znock }
  2. { #category : #'*Znock-Mocketry' }
  3. Znock >> intercept [
  4. ZnClient stub new will: [ ZnockClient newWithInterceptor: self ]
  5. ]