Module: EvilEvents::Core::System::Mocking Private

Included in:
EvilEvents::Core::System
Defined in:
lib/evil_events/core/system/mocking.rb

Overview

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

Since:

  • 0.1.0

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base_class) ⇒ 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.

Parameters:

Since:

  • 0.1.0



11
12
13
# File 'lib/evil_events/core/system/mocking.rb', line 11

def included(base_class)
  base_class.extend(ClassMethods)
end