# File lib/vmstat.rb, line 88
  def self.ethernet_devices
    network_interfaces.select(&:ethernet?)
  end