Method: HyperTrace.exclusions

Defined in:
lib/hyper_trace/hyper_trace.rb

.exclusionsObject



111
112
113
# File 'lib/hyper_trace/hyper_trace.rb', line 111

def exclusions
  @exclusions ||= Hash.new { |h, k| h[k] = Hash.new { |h, k| h[k] = Set.new } }
end