Module: ConvenientService::Common::Plugins::HasInternals::Entities::Internals::Concern Private

Includes:
Support::Concern
Included in:
ConvenientService::Common::Plugins::HasInternals::Entities::Internals
Defined in:
lib/convenient_service/common/plugins/has_internals/entities/internals/concern.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:

  • 1.0.0

Instance Method Summary collapse

Methods included from Support::Concern

included

Instance Method Details

#==(other) ⇒ 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.

Since:

  • 1.0.0



18
19
20
21
22
# File 'lib/convenient_service/common/plugins/has_internals/entities/internals/concern.rb', line 18

def ==(other)
  return unless other.instance_of?(self.class)

  true
end