Class: Module

Inherits:
Object show all
Defined in:
lib/deep-connect/reference.rb

Instance Method Summary collapse

Instance Method Details

#===(other) ⇒ Object



415
416
417
# File 'lib/deep-connect/reference.rb', line 415

def ===(other)
  other.kind_of?(self)
end