Sha256: b5e18ced6cf4f7108fa9d28e5d7d3efeeaef097dcec6c58f100eb0653e0e6409
Contents?: true
Size: 300 Bytes
Versions: 14
Compression:
Stored size: 300 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 '' end end end
Version data entries
14 entries across 14 versions & 1 rubygems