class MatchesAwsProfile
Match AWS_PROFILE
Public Class Methods
===(item)
click to toggle source
# File lib/matches_aws_profile.rb, line 4 def self.===(item) item.include?('AWS_PROFILE') end
Match AWS_PROFILE
# File lib/matches_aws_profile.rb, line 4 def self.===(item) item.include?('AWS_PROFILE') end