Sha256: de89cc12c8871bebfe15ba361f163f33b1d45fdd5354c749231ea0bfda4813f4
Contents?: true
Size: 251 Bytes
Versions: 27
Compression:
Stored size: 251 Bytes
Contents
module CustomOptionalTarget # Wrong optional target implementation for tests. class WrongTarget def initialize(options = {}) end def initialize_target(options = {}) end def notify(notification, options = {}) end end end
Version data entries
27 entries across 27 versions & 1 rubygems