Flowdock
method

handle_no_method_error

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: CMath
handle_no_method_error() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/cmath.rb, line 392
  def handle_no_method_error # :nodoc:
    if $!.name == :real?
      raise TypeError, "Numeric Number required"
    else
      raise
    end
  end
Register or log in to add new notes.