Skip to content

Commit

Permalink
ELFoundation module extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
vn0jpfm authored and angelodipaolo committed Dec 12, 2016
1 parent 5d4d36f commit 8bef785
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions ELFoundation/Extensions/Array.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ public extension Array {
}
}

}

// MARK: Stack and Queue helpers

public extension Array {

// MARK: Stack and Queue helpers
//Stack - LIFO
mutating func push(_ newElement: Element) {
self.append(newElement)
Expand Down
2 changes: 0 additions & 2 deletions ELFoundationTests/ELFoundationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ class Foo: NSObject {
dynamic class func returnsThree() -> Int {
return 3
}
}

extension Foo {
dynamic func returnsTwo() -> Int {
return 2
}
Expand Down

0 comments on commit 8bef785

Please sign in to comment.