Skip to content

Instantly share code, notes, and snippets.

@mczachurski
Created February 18, 2018 07:53
Show Gist options
  • Save mczachurski/77fc78cfe507863bbfe6d864697e2bb9 to your computer and use it in GitHub Desktop.
Save mczachurski/77fc78cfe507863bbfe6d864697e2bb9 to your computer and use it in GitHub Desktop.
import Foundation
import Configuration
extension ConfigurationManager {
public func build() -> Configuration {
let configuration = Configuration(manager: self)
return configuration
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment