class MatchesAwsTokenEtl

Match AWS_TOKEN_TTL

Public Class Methods

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