Module: Mutant::Delegator

Included in:
Reporter::CLI::Printer
Defined in:
lib/mutant/delegator.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(host) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Hook called when module is included

Parameters:

  • host (Class, Module)


40
41
42
43
# File 'lib/mutant/delegator.rb', line 40

def self.included(host)
  super
  host.extend(ClassMethods)
end