Method: Object#__incuded_module_equal_to

Defined in:
lib/maglev_record/tools/object_reference.rb

#__incuded_module_equal_to(anObject) ⇒ Object



68
69
70
# File 'lib/maglev_record/tools/object_reference.rb', line 68

def __incuded_module_equal_to(anObject)
  included_modules.any?{ |m| m.equal?(anObject)} if respond_to? :included_modules
end