Class: MatchesAwsSecurityToken

Inherits:
Object
  • Object
show all
Defined in:
lib/matches_aws_security_token.rb

Overview

Match AWS_SECURITY_TOKEN

Class Method Summary collapse

Class Method Details

.===(item) ⇒ Object



4
5
6
# File 'lib/matches_aws_security_token.rb', line 4

def self.===(item)
  item.include?('AWS_SECURITY_TOKEN')
end