Class: Specinfra::Command::Linux::Base::Inventory

Inherits:
Base::Inventory show all
Defined in:
lib/specinfra/command/linux/base/inventory.rb

Class Method Summary collapse

Methods inherited from Base

create, escape

Class Method Details

.get_memoryObject



3
4
5
# File 'lib/specinfra/command/linux/base/inventory.rb', line 3

def get_memory
  'cat /proc/meminfo'
end