module KPM::SystemProxy::MemoryInformation
def fetch
def fetch memory_info = nil if OS.windows? memory_info = fetch_windows elsif OS.linux? memory_info = fetch_linux elsif OS.mac? memory_info = fetch_mac end memory_info end
def fetch memory_info = nil if OS.windows? memory_info = fetch_windows elsif OS.linux? memory_info = fetch_linux elsif OS.mac? memory_info = fetch_mac end memory_info end