class MatchesAwsSecurityToken

Match AWS_SECURITY_TOKEN

Public Class Methods

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