percy/lib/ignore_region.rb in percy-appium-app-0.0.1 vs percy/lib/ignore_region.rb in percy-appium-app-0.0.2.pre.beta.0

- old
+ new

@@ -1,8 +1,9 @@ # frozen_string_literal: true # lib/ignore_region.rb require_relative 'region' - -class IgnoreRegion < Region - # Inherits everything from Region; no additional code needed unless you want to extend or modify the behavior +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