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.4.4 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.4.3 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.4.2 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.4.1 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.4.0 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.3.0 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.2.1 spec/fixtures/fixturesTwo/fixturesTwo.m
slather-2.2.0 spec/fixtures/fixturesTwo/fixturesTwo.m