class MatchesNetworkInterfaceLine

Match a Network Interface line

Public Class Methods

===(item) click to toggle source
# File lib/matches_network_interface_line.rb, line 4
def self.===(item)
  item.include?('have_network_interface')
end