class Rack::AllocationStats::Formatters::Base

Public Class Methods

new(tracer, allocations) click to toggle source
# File lib/rack/allocation_stats/formatters/base.rb, line 6
def initialize(tracer, allocations)
  @tracer = tracer
  @allocations = allocations
end