Method: Celluloid::ClassMethods#===

Defined in:
lib/celluloid.rb

#===(other) ⇒ Object



245
246
247
# File 'lib/celluloid.rb', line 245

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