Sha256: 2af9aa92e5755ce210ade3cbad37bbed9d098b753287bf39ed298ad7a649a9c6

Contents?: true

Size: 212 Bytes

Versions: 258

Compression:

Stored size: 212 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/abstract_methods'

class Module
  def enable_abstract_methods(*methods)
    include ::EacRubyUtils::AbstractMethods
    abstract_methods(*methods)
  end
end

Version data entries

258 entries across 258 versions & 4 rubygems

Version Path
eac_ruby_utils-0.113.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.63.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.62.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.62.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.61.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.61.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.60.3 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.60.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.60.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.60.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.59.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.58.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.57.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.56.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.56.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.55.7 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.55.6 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.55.5 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.55.4 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.55.3 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb