method

singleton_method_added

ruby latest stable - Class: Numeric
singleton_method_added(p1)
public

Trap attempts to add methods to Numeric objects. Always raises a TypeError.

Numerics should be values; singleton_methods should not be added to them.