Class: MemoryProfiler::Polychrome

Inherits:
Object
  • Object
show all
Defined in:
lib/memory_profiler/polychrome.rb

Instance Method Summary collapse

Instance Method Details

#line(text) ⇒ Object



15
16
17
# File 'lib/memory_profiler/polychrome.rb', line 15

def line(text)
  cyan(text)
end

#path(text) ⇒ Object



7
8
9
# File 'lib/memory_profiler/polychrome.rb', line 7

def path(text)
  blue(text)
end

#string(text) ⇒ Object



11
12
13
# File 'lib/memory_profiler/polychrome.rb', line 11

def string(text)
  green(text)
end