class MatchesStg

Match -stg

Public Class Methods

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