Method: Specinfra::Command::Linux::Base::Inventory.get_memory

Defined in:
lib/specinfra/command/linux/base/inventory.rb

.get_memoryObject

[View source]

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

def get_memory
  'cat /proc/meminfo'
end