Skip to content

Commit 261dbe5

Browse files
committed
Add reminders that these are modules.
1 parent 4a2e17f commit 261dbe5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/memory.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,12 @@ def self.capture(report = nil, &block)
3737
def self.report(&block)
3838
self.capture(&block)
3939
end
40+
41+
# @namespace Used by the `memory-profiler` gem.
42+
module Profiler
43+
end
44+
45+
# @namespace Used by the `memory-leaks` gem.
46+
module Leaks
47+
end
4048
end

0 commit comments

Comments
 (0)