Sha256: f2032a88ce751fde4e45baee0edb9f8ff6861917c73925cd2cae97274693aa2b
Contents?: true
Size: 138 Bytes
Versions: 8
Compression:
Stored size: 138 Bytes
Contents
# frozen_string_literal: true # Match AWS_PROFILE class MatchesAwsProfile def self.===(item) item.include?('AWS_PROFILE') end end
Version data entries
8 entries across 8 versions & 1 rubygems