Sha256: 2c69ea41f6c36e6276cacfe61783148359f808ca4dce0bf3326da51d7e9f3314
Contents?: true
Size: 261 Bytes
Versions: 11
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true # lib/ignore_region.rb require_relative 'region' module Percy class IgnoreRegion < Percy::Region # Inherits everything from Percy::Region; no additional code needed unless you want to extend or modify the behavior end end
Version data entries
11 entries across 11 versions & 1 rubygems