Sha256: 0639844c9f5e48df978ed50cf35ff9ae3aa3128fe93f7302ffd1dfed48e702c4

Contents?: true

Size: 290 Bytes

Versions: 28

Compression:

Stored size: 290 Bytes

Contents

//
//  fixturesTwo.m
//  fixturesTwo
//
//  Created by Kent Sutherland on 4/17/16.
//  Copyright © 2016 marklarr. All rights reserved.
//

#import "fixturesTwo.h"

@implementation fixturesTwo

- (NSInteger)doSomething
{
    NSInteger a = 5;
    NSInteger b = 6;

    return a + b;
}

@end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
slather-2.8.5 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.8.4 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.8.3 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.8.2 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.8.1 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.8.0 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.7.5 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.7.4 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.7.3 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.7.2 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.7.1 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.7.0 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.6.1 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.6.0 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.5.0 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.4.9 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.4.8 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.4.7 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.4.6 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.4.5 spec/fixtures/fixturesTwo/fixturesTwo.m