Skip to content

Instantly share code, notes, and snippets.

@polac24
Created March 31, 2019 17:59
Show Gist options
  • Save polac24/170eccadb00eaac6a4f7bfc02536a33c to your computer and use it in GitHub Desktop.
Save polac24/170eccadb00eaac6a4f7bfc02536a33c to your computer and use it in GitHub Desktop.
func niceStub<I,O>(of: (I) -> (O), thatReturns: O) -> (I) -> (O){
return { _ in thatReturns }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment