Sha256: cffb2e968e37bd02099f52530adff3f2fcb039c238c1fdf89abb51160a2a426e
Contents?: true
Size: 159 Bytes
Versions: 25
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true module PlatformosCheck class HtmlCheck < Check extend ChecksTracking START_OR_END_QUOTE = /(^['"])|(['"]$)/ end end
Version data entries
25 entries across 25 versions & 1 rubygems