Sha256: e658f46e6664eacc60b927a549a90a56df87f12e63b2517411d37f9df9599503

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

# Copyright 2013 Google Inc. All Rights Reserved.
# Licensed under the Apache License, Version 2.0, found in the LICENSE file.

module Rack::AllocationStats::Formatters
  class Base
    def initialize(tracer, allocations)
      @tracer = tracer
      @allocations = allocations
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rack-allocation_stats-0.1.2 lib/rack/allocation_stats/formatters/base.rb
rack-allocation_stats-0.1.1 ./lib/rack/allocation_stats/formatters/base.rb
rack-allocation_stats-0.1.0 ./lib/rack/allocation_stats/formatters/base.rb