From 9802a3e7dec322e396783f7585dc76d6538a44a8 Mon Sep 17 00:00:00 2001 From: drbrain Date: Thu, 30 Jun 2011 00:22:32 +0000 Subject: * lib/cmath.rb: Hide handle_no_method_error from RDoc. * error.c: Document or hide undocumented error classes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/cmath.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/cmath.rb b/lib/cmath.rb index eef1134ef3..14c2a9fce6 100644 --- a/lib/cmath.rb +++ b/lib/cmath.rb @@ -389,7 +389,7 @@ module CMath module_function :lgamma private - def handle_no_method_error + def handle_no_method_error # :nodoc: if $!.name == :real? raise TypeError, "Numeric Number required" else -- cgit v1.2.3