Module: ConvenientService::Common::Plugins::HasInternals::Entities::Internals::Concern
- Includes:
- Support::Concern
- Defined in:
- lib/convenient_service/common/plugins/has_internals/entities/internals/concern.rb
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
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 |