class MatchesHaveEbs
Match a have_ebs line
Public Class Methods
===(item)
click to toggle source
# File lib/matches_have_ebs.rb, line 4 def self.===(item) item.include?('have_ebs') end
Match a have_ebs line
# File lib/matches_have_ebs.rb, line 4 def self.===(item) item.include?('have_ebs') end