Sha256: 5d41fb04f118fc9fc50a91bd92519721b6d073e05e80626c7977006951dc2cf9
Contents?: true
Size: 240 Bytes
Versions: 8
Compression:
Stored size: 240 Bytes
Contents
#import "EXPBackwardCompatibility.h" @implementation EXPExpect (BackwardCompatiblity) - (EXPExpect *)Not { return self.toNot; } - (EXPExpect *)isGoing { return self.will; } - (EXPExpect *)isNotGoing { return self.willNot; } @end
Version data entries
8 entries across 8 versions & 2 rubygems