class MatchesProdProd

Match -prod.prod

Public Class Methods

===(item) click to toggle source
# File lib/matches_prod_prod.rb, line 4
def self.===(item)
  item.include?('-prod.prod')
end