class MatchesPpd

Match -ppd-

Public Class Methods

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