Class: Polars::Ubuntu::Stat

Inherits:
Object
  • Object
show all
Defined in:
lib/polars/ubuntu/stat.rb

Overview

Proc Stat Class

Instance Method Summary collapse

Constructor Details

#initialize(proc_stat = "/proc/stat") ⇒ Stat

Returns a new instance of Stat.



25
26
27
# File 'lib/polars/ubuntu/stat.rb', line 25

def initialize(proc_stat = "/proc/stat")
  @hash = get_proc_stat_info(proc_stat)
end

Instance Method Details

#proc_statObject



29
30
31
# File 'lib/polars/ubuntu/stat.rb', line 29

def proc_stat
  @hash
end