Sha256: 74498098d756f57bb4277a039816f613810664674af57f3c567e43ee851aeb5a
Contents?: true
Size: 297 Bytes
Versions: 18
Compression:
Stored size: 297 Bytes
Contents
#### # noop version of AppOpticsAPM::Metadata # # module AppOpticsAPM class Metadata ## # noop version of :makeRandom # # needs to return an object that responds to :isValid # def self.makeRandom Metadata.new end def isValid false end end end
Version data entries
18 entries across 18 versions & 2 rubygems