Method: Numeric#===

Defined in:
lib/source/ruby.rb

#===(n) ⇒ Object

:nodoc:



4282
4283
4284
# File 'lib/source/ruby.rb', line 4282

def ===(n) # :nodoc:
  `this.valueOf()===n.valueOf()`
end