Sha256: 29a02fa24b884221321351669aa9a4d550fe3770fb36c3e3cabcdb86098b3079
Contents?: true
Size: 332 Bytes
Versions: 34
Compression:
Stored size: 332 Bytes
Contents
class NewRelic::Agent::MockScopeListener attr_reader :scope def initialize @scope = {} end def notice_first_scope_push(time) end def notice_push_scope(scope, time) @scope[scope] = true end def notice_pop_scope(scope, time) end def notice_scope_empty(time) end def enabled? true end end
Version data entries
34 entries across 34 versions & 4 rubygems