Class: MatchesPrivateDnsNameLine

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

Overview

Match a private_dns_name line

Class Method Summary collapse

Class Method Details

.===(item) ⇒ Object



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

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