Flowdock
method

handle_no_method_error

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: CMath
handle_no_method_error() private

No documentation

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

Hide source
# File lib/cmath.rb, line 426
  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.