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

Version Path
aws_su-0.1.8 lib/matches_aws_profile.rb
aws_su-0.1.7 lib/matches_aws_profile.rb
aws_su-0.1.6 lib/matches_aws_profile.rb
aws_su-0.1.5 lib/matches_aws_profile.rb
aws_su-0.1.4 lib/matches_aws_profile.rb
aws_su-0.1.3 lib/matches_aws_profile.rb
aws_su-0.1.2 lib/matches_aws_profile.rb
aws_su-0.1.1 lib/matches_aws_profile.rb