Sha256: b26feca983d0f3487832d236ac86c9714a8a343c4875aac6c9bbd3b81d164506

Contents?: true

Size: 106 Bytes

Versions: 6

Compression:

Stored size: 106 Bytes

Contents

# Match a have_ebs line
class MatchesHaveEbs
  def self.===(item)
    item.include?('have_ebs')
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aws-spec-etl-0.1.5 lib/matches_have_ebs.rb
aws-spec-etl-0.1.4 lib/matches_have_ebs.rb
aws-spec-etl-0.1.3 lib/matches_have_ebs.rb
aws-spec-etl-0.1.2 lib/matches_have_ebs.rb
aws-spec-etl-0.1.1 lib/matches_have_ebs.rb
aws-spec-etl-0.1.0 lib/matches_have_ebs.rb