summaryrefslogtreecommitdiff
path: root/lib/cmath.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-30 00:22:32 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-30 00:22:32 +0000
commit9802a3e7dec322e396783f7585dc76d6538a44a8 (patch)
tree333a897e744e01d68edf871a9517d06f0d76dac5 /lib/cmath.rb
parentb57a0d44f9edf90c02cf2e6dbf574cf9c6eb2d5a (diff)
* 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
Diffstat (limited to 'lib/cmath.rb')
-rw-r--r--lib/cmath.rb2
1 files changed, 1 insertions, 1 deletions
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