This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protocol Consumer { | |
static func consume(_ instance: Self) | |
} | |
class Base: Consumer { | |
class func consume(_ instance: Base) { print("Base.consume(_:)") } | |
} | |
class Derived: Base { | |
class func consume(_ instance: Derived) { print("Derived.consume(_:)") } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for homebrew/php/php70-intl on macOS 10.13.3 | |
Build date: 2018-03-29 23:37:38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fetching gem metadata from https://rubygems.org/........... | |
Fetching version metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Using i18n 0.7.0 | |
Using json 1.8.3 | |
Using minitest 5.8.4 | |
Using thread_safe 0.3.5 | |
Using builder 3.2.2 | |
Using arel 6.0.3 | |
Using sqlite3 1.3.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fetching gem metadata from https://rubygems.org/........... | |
Fetching version metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Using i18n 0.7.0 | |
Using json 1.8.3 | |
Using minitest 5.8.4 | |
Using thread_safe 0.3.5 | |
Using builder 3.2.2 | |
Using arel 6.0.3 | |
Using sqlite3 1.3.11 |