Sha256: 4379df95109555198aae8442d4ce4d16804b5b73a0c29d81379222adff2afe1c
Contents?: true
Size: 432 Bytes
Versions: 13
Compression:
Stored size: 432 Bytes
Contents
#### # noop version of AppOpticsAPM::Context # # module AppOpticsAPM module Context ## # noop version of :toString # toString would return the current context (xtrace) as string # # the noop version returns an empty string # def self.toString '2B0000000000000000000000000000000000000000000000000000000000' end ## # noop version of :clear # def self.clear end end end
Version data entries
13 entries across 13 versions & 1 rubygems