Sha256: f114ae822ba23f8686bc2a318ca7edd4788c744eb2adc60afa7443cea5ba6db1
Contents?: true
Size: 185 Bytes
Versions: 20
Compression:
Stored size: 185 Bytes
Contents
module Dry module Protocol class NotProtocol < StandardError def initialize(suspect) super "“#{suspect.inspect}” is not a protocol." end end end end
Version data entries
20 entries across 20 versions & 1 rubygems