Class: MatchesHaveEbs

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

Overview

Match a have_ebs line

Class Method Summary collapse

Class Method Details

.===(item) ⇒ Object



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

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