method
handle_no_method_error
v1_9_3_392 -
Show latest stable
- Class:
CMath
handle_no_method_error()public
No documentation available.
# File lib/cmath.rb, line 392
def handle_no_method_error # :nodoc:
if $!.name == :real?
raise TypeError, "Numeric Number required"
else
raise
end
end