Sha256: b4248d2893f731f6123e6477fa03d179a485094827d7de9308ecf75384034459

Contents?: true

Size: 143 Bytes

Versions: 8

Compression:

Stored size: 143 Bytes

Contents

# frozen_string_literal: true

# Match AWS_TOKEN_TTL
class MatchesAwsTokenEtl
  def self.===(item)
    item.include?('AWS_TOKEN_TTL')
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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