Sha256: fa73f2d18e8dc49ebf3ea8e4c8239e53141c838c209c3234e5abfd938f992e61

Contents?: true

Size: 118 Bytes

Versions: 6

Compression:

Stored size: 118 Bytes

Contents

# Match -int-
class MatchesInt
  def self.===(item)
    item.include?('-int.int') || item.include?('-INT-')
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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