Class: MatchesAwsProfile
- Inherits:
-
Object
- Object
- MatchesAwsProfile
- Defined in:
- lib/matches_aws_profile.rb
Overview
Match AWS_PROFILE
Class Method Summary collapse
Class Method Details
.===(item) ⇒ Object
5 6 7 |
# File 'lib/matches_aws_profile.rb', line 5 def self.===(item) item.include?('AWS_PROFILE') end |