Module: ActiveMocker::ActiveRecord::UnknownModule Private

Defined in:
lib/active_mocker/active_record/unknown_module.rb

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.

Instance Method Summary collapse

Instance Method Details

#extend(_module) ⇒ 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.



11
12
13
# File 'lib/active_mocker/active_record/unknown_module.rb', line 11

def extend(_module)
  try_and_log('extend', _module, caller)
end

#include(_module) ⇒ 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.



7
8
9
# File 'lib/active_mocker/active_record/unknown_module.rb', line 7

def include(_module)
  try_and_log('include', _module, caller)
end