Class: MatchesNetworkInterfaceLine

Inherits:
Object
  • Object
show all
Defined in:
lib/matches_network_interface_line.rb

Overview

Match a Network Interface line

Class Method Summary collapse

Class Method Details

.===(item) ⇒ Object



4
5
6
# File 'lib/matches_network_interface_line.rb', line 4

def self.===(item)
  item.include?('have_network_interface')
end