Sha256: 47bed0d2ca38f4e4024c521364d229098d23180d3b7b23d03d222fd17573799f

Contents?: true

Size: 120 Bytes

Versions: 11

Compression:

Stored size: 120 Bytes

Contents

class Module
  def deprecation_deprecate *method_names
    Deprecation.deprecate_methods(self, *method_names)
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/deprecation-1.1.0/lib/deprecation/core_ext/module/deprecation.rb
deprecation-1.1.0 lib/deprecation/core_ext/module/deprecation.rb
deprecation-0.99.0 lib/deprecation/core_ext/module/deprecation.rb
deprecation-1.0.0 lib/deprecation/core_ext/module/deprecation.rb
deprecation-0.2.2 lib/deprecation/core_ext/module/deprecation.rb
deprecation-0.2.1 lib/deprecation/core_ext/module/deprecation.rb
deprecation-0.2.0 lib/deprecation/core_ext/module/deprecation.rb
deprecation-0.1.0 lib/deprecation/core_ext/module/deprecation.rb
deprecation-0.0.5 lib/deprecation/core_ext/module/deprecation.rb
deprecation-0.0.3 lib/deprecation/core_ext/module/deprecation.rb
deprecation-0.0.2 lib/deprecation/core_ext/module/deprecation.rb