class MatchesAwsProfile

Match AWS_PROFILE

Public Class Methods

===(item) click to toggle source
# File lib/matches_aws_profile.rb, line 5
def self.===(item)
  item.include?('AWS_PROFILE')
end