Class: MatchesDevint

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

Overview

Match -devint-

Class Method Summary collapse

Class Method Details

.===(item) ⇒ Object



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

def self.===(item)
  item.include?('-devint-') || item.include?('-DEVINT-')
end