Method: Module::ConjunctiveType#===

Defined in:
lib/composite_type.rb

#===(x) ⇒ Object



125
126
127
# File 'lib/composite_type.rb', line 125

def === x
   @_t[0] === x and @_t[1] === x
end