Module: Vidibus::Sysinfo::Base

Included in:
Core, Cpu, Load, Memory, Storage, Swap, Throughput, Traffic
Defined in:
lib/vidibus/sysinfo/base.rb

Overview

Provides common methods.

Instance Method Summary collapse

Instance Method Details

#callObject



11
12
13
14
# File 'lib/vidibus/sysinfo/base.rb', line 11

def call
  output, error = perform(command)
  respond(output, error)
end

#explain(error) ⇒ Object



16
# File 'lib/vidibus/sysinfo/base.rb', line 16

def explain(error); end