Class: MemoryProfiler::Monochrome
- Inherits:
-
Object
- Object
- MemoryProfiler::Monochrome
- Defined in:
- lib/memory_profiler/monochrome.rb
Instance Method Summary collapse
Instance Method Details
#line(text) ⇒ Object
15 16 17 |
# File 'lib/memory_profiler/monochrome.rb', line 15 def line(text) text end |
#path(text) ⇒ Object
7 8 9 |
# File 'lib/memory_profiler/monochrome.rb', line 7 def path(text) text end |
#string(text) ⇒ Object
11 12 13 |
# File 'lib/memory_profiler/monochrome.rb', line 11 def string(text) text end |