Top Level Namespace
Defined Under Namespace
Modules: HeapInfo
Instance Method Summary collapse
-
#heapinfo(*args) ⇒ HeapInfo::Process
Alias method of #HeapInfo::heapinfo for global usage.
Instance Method Details
#heapinfo(*args) ⇒ HeapInfo::Process
Alias method of #HeapInfo::heapinfo for global usage
59 60 61 |
# File 'lib/heapinfo.rb', line 59 def heapinfo(*args) ::HeapInfo.heapinfo(*args) end |