Class: MemoryProfiler::Monochrome

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

Instance Method Summary collapse

Instance Method Details

#line(text) ⇒ Object



13
14
15
# File 'lib/memory_profiler/monochrome.rb', line 13

def line(text)
  text
end

#path(text) ⇒ Object



5
6
7
# File 'lib/memory_profiler/monochrome.rb', line 5

def path(text)
  text
end

#string(text) ⇒ Object



9
10
11
# File 'lib/memory_profiler/monochrome.rb', line 9

def string(text)
  text
end