Module: ConvenientService::Common::Plugins::HasInternals::Entities::Internals::Concern Private
- Includes:
- Support::Concern
- 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.
Instance Method Summary collapse
- #==(other) ⇒ Object private
Methods included from Support::Concern
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.
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 |