Class: MatchesInt

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

Overview

Match -int-

Class Method Summary collapse

Class Method Details

.===(item) ⇒ Object



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

def self.===(item)
  item.include?('-int.int') || item.include?('-INT-')
end