Sha256: 730e169c4c1a99bee7823bdab6a8ffec0b606f2a9aa91aeafc4c55fe9853ea2c

Contents?: true

Size: 243 Bytes

Versions: 8

Compression:

Stored size: 243 Bytes

Contents

# frozen_string_literal: true

module HeapProfiler
  module Monochrome
    class << self
      def path(text)
        text
      end

      def string(text)
        text
      end

      def line(text)
        text
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
heap-profiler-0.7.0 lib/heap_profiler/monochrome.rb
heap-profiler-0.6.0 lib/heap_profiler/monochrome.rb
heap-profiler-0.5.0 lib/heap_profiler/monochrome.rb
heap-profiler-0.4.0 lib/heap_profiler/monochrome.rb
heap-profiler-0.3.0 lib/heap_profiler/monochrome.rb
heap-profiler-0.2.1 lib/heap_profiler/monochrome.rb
heap-profiler-0.2.0 lib/heap_profiler/monochrome.rb
heap-profiler-0.1.0 lib/heap_profiler/monochrome.rb