lib/dry/behaviour/black_tie.rb in dry-behaviour-0.4.1 vs lib/dry/behaviour/black_tie.rb in dry-behaviour-0.4.2

- old
+ new

@@ -69,10 +69,9 @@ end POSTPONE_EXTEND = lambda do |target, protocol| TracePoint.new(:end) do |tp| if tp.self == protocol - puts "#{tp.self.inspect} | #{protocol.name}" target.extend protocol tp.disable end end.enable end