lib/fusuma/plugin/detectors/pinch_detector.rb in fusuma-3.3.0 vs lib/fusuma/plugin/detectors/pinch_detector.rb in fusuma-3.3.1

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -require_relative "./detector" +require_relative "detector" module Fusuma module Plugin module Detectors class PinchDetector < Detector