Method: CMath.handle_no_method_error
- Defined in:
- lib/cmath.rb
.handle_no_method_error ⇒ Object
:nodoc:
426 427 428 429 430 431 432 |
# File 'lib/cmath.rb', line 426 def handle_no_method_error # :nodoc: if $!.name == :real? raise TypeError, "Numeric Number required" else raise end end |