Class: Polars::Ubuntu::Stat
- Inherits:
-
Object
- Object
- Polars::Ubuntu::Stat
- Defined in:
- lib/polars/ubuntu/stat.rb
Overview
Proc Stat Class
Instance Method Summary collapse
-
#initialize(proc_stat = "/proc/stat") ⇒ Stat
constructor
A new instance of Stat.
- #proc_stat ⇒ Object
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_stat ⇒ Object
29 30 31 |
# File 'lib/polars/ubuntu/stat.rb', line 29 def proc_stat @hash end |