Method: Negative.===

Defined in:
lib/composite_type.rb

.===(x) ⇒ Object



220
221
222
# File 'lib/composite_type.rb', line 220

def self.=== x
  x < 0 rescue nil
end