Top Level Namespace

Defined Under Namespace

Modules: HeapInfo

Instance Method Summary collapse

Instance Method Details

#heapinfo(*args) ⇒ HeapInfo::Process

Alias method of #HeapInfo::heapinfo for global usage

Parameters:

  • args (Mixed)

    see #HeapInfo::heapinfo for more information

Returns:



59
60
61
# File 'lib/heapinfo.rb', line 59

def heapinfo(*args)
  ::HeapInfo.heapinfo(*args)
end