Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dods committed Jul 13, 2016
1 parent d37eb85 commit b500011
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/ExampleObject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ public struct ExampleObject {
public init(identifier: String) {
self.identifier = identifier
}

public var name: String {
return "\name_\(identifier)"
}
}

0 comments on commit b500011

Please sign in to comment.