Sha256: 5a070db58eae9b1508007dd9910a4db9b5b439e950112b92b8b7faee7311c9a2

Contents?: true

Size: 257 Bytes

Versions: 8

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

module DeprecationToolkit
  module Behaviors
    class Record
      extend ReadWriteHelper

      def self.trigger(test, collector, _)
        write(test, collector.deprecations_without_stacktrace)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
deprecation_toolkit-1.2.2 lib/deprecation_toolkit/behaviors/record.rb
deprecation_toolkit-1.2.1 lib/deprecation_toolkit/behaviors/record.rb
deprecation_toolkit-1.2.0 lib/deprecation_toolkit/behaviors/record.rb
deprecation_toolkit-1.1.0 lib/deprecation_toolkit/behaviors/record.rb
deprecation_toolkit-1.0.3 lib/deprecation_toolkit/behaviors/record.rb
deprecation_toolkit-1.0.2 lib/deprecation_toolkit/behaviors/record.rb
deprecation_toolkit-1.0.1 lib/deprecation_toolkit/behaviors/record.rb
deprecation_toolkit-1.0.0 lib/deprecation_toolkit/behaviors/record.rb