Sha256: 15aeb6aacf2780211cdf2e068d9ed6e7ce41711d6c400a1dfc54b3122f774cb7

Contents?: true

Size: 232 Bytes

Versions: 35

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/patches/module/acts_as_abstract'

class Module
  # @deprecated Use {#acts_as_abstract} instead.
  def enable_abstract_methods(*methods)
    acts_as_abstract(*methods)
  end
end

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
eac_ruby_utils-0.124.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.97.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.123.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.121.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.120.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.76.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.76.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.75.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.119.2 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.75.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.75.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.119.1 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.74.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.74.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.73.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.119.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.72.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.118.1 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.118.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.70.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb