Sha256: 37a3262e7123b3aa632955ff876eb4d9692fe7d969ae8718680fe2cf322283b5

Contents?: true

Size: 286 Bytes

Versions: 3

Compression:

Stored size: 286 Bytes

Contents

# frozen_string_literal: true

module DeprecationsDetector
  class Collect
    def self.call(message = "", callstack = [], deprecation_horizon = nil, gem_name = nil)
      DeprecationsDetector::Main.add_deprecation(message, caller)
    end

    def self.arity
      4
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deprecations_detector-0.2.2 lib/deprecations_detector/collect.rb
deprecations_detector-0.2.1 lib/deprecations_detector/collect.rb
deprecations_detector-0.2.0 lib/deprecations_detector/collect.rb