class MatchesInt
Match -int-
Public Class Methods
===(item)
click to toggle source
# File lib/matches_int.rb, line 4 def self.===(item) item.include?('-int.int') || item.include?('-INT-') end
Match -int-
# File lib/matches_int.rb, line 4 def self.===(item) item.include?('-int.int') || item.include?('-INT-') end