Module: HeapProfiler::Monochrome
- Defined in:
- lib/heap_profiler/monochrome.rb
Class Method Summary collapse
Class Method Details
.line(text) ⇒ Object
14 15 16 |
# File 'lib/heap_profiler/monochrome.rb', line 14 def line(text) text end |
.path(text) ⇒ Object
6 7 8 |
# File 'lib/heap_profiler/monochrome.rb', line 6 def path(text) text end |
.string(text) ⇒ Object
10 11 12 |
# File 'lib/heap_profiler/monochrome.rb', line 10 def string(text) text end |