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