Sha256: aae2c16c605eb0d08dea48894d71414e0e39bf8f15752ccc16e1def7f0f0083a
Contents?: true
Size: 155 Bytes
Versions: 5
Compression:
Stored size: 155 Bytes
Contents
module Dogviz class MissingMatchBlockError < LookupError def initialize(context) super context, 'need to provide match block' end end end
Version data entries
5 entries across 5 versions & 1 rubygems