class MemoryProfiler::Monochrome

Public Instance Methods

line(text) click to toggle source
# File lib/memory_profiler/monochrome.rb, line 15
def line(text)
  text
end
path(text) click to toggle source
# File lib/memory_profiler/monochrome.rb, line 7
def path(text)
  text
end
string(text) click to toggle source
# File lib/memory_profiler/monochrome.rb, line 11
def string(text)
  text
end