djberg96 / sys-proctable

A cross-platform Ruby interface for gathering process information on your operating system
Apache License 2.0
150 stars 33 forks source link

Rubocop fixes for Linux #94

Closed djberg96 closed 3 years ago

djberg96 commented 3 years ago

Remove useless public/private scope, make ProcTableStruct properly private, and remove a redundant escape character in a regex.