Method: Host::Linux::Processor#refresh
- Defined in:
- lib/host/linux/processor.rb
#refresh ⇒ Object
Refreshes your processor information, reading from /proc/cpuinfo once again
58 59 60 61 |
# File 'lib/host/linux/processor.rb', line 58 def refresh get_cpuinfo(true) self end |