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

Includes:
Support::Concern
Included in:
ConvenientService::Common::Plugins::HasInternals::Entities::Internals
Defined in:
lib/convenient_service/common/plugins/has_internals/entities/internals/concern.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



13
14
15
16
17
# File 'lib/convenient_service/common/plugins/has_internals/entities/internals/concern.rb', line 13

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

  true
end