class MatchesAwsTokenEtl
Match AWS_TOKEN_TTL
Public Class Methods
===(item)
click to toggle source
# File lib/matches_aws_token_etl.rb, line 5 def self.===(item) item.include?('AWS_TOKEN_TTL') end
Match AWS_TOKEN_TTL
# File lib/matches_aws_token_etl.rb, line 5 def self.===(item) item.include?('AWS_TOKEN_TTL') end