# File lib/vmstat/procfs.rb, line 148
    def procfs_file(*names, &block)
      path = File.join(procfs_path, *names)
      File.open(path, "r", &block)
    end