Module: HeapProfiler::Polychrome

Defined in:
lib/heap_profiler/polychrome.rb

Class Method Summary collapse

Class Method Details

.line(text) ⇒ Object



14
15
16
# File 'lib/heap_profiler/polychrome.rb', line 14

def line(text)
  cyan(text)
end

.path(text) ⇒ Object



6
7
8
# File 'lib/heap_profiler/polychrome.rb', line 6

def path(text)
  blue(text)
end

.string(text) ⇒ Object



10
11
12
# File 'lib/heap_profiler/polychrome.rb', line 10

def string(text)
  green(text)
end