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_tools-0.47.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.46.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.45.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.45.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.45.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.107.1 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.44.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.43.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.107.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.42.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.41.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.40.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.39.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.106.1 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.106.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.38.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.37.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_ruby_utils-0.105.0 lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.37.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb
eac_tools-0.37.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/module/abstract_methods.rb