From 6500760bd35bd14fb9ffaf35fa5aa8f85c0846f0 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Apr 2013 04:51:05 +0000 Subject: [PATCH] * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.c b/class.c index 0913fb48d9..043abe3c00 100644 --- a/class.c +++ b/class.c @@ -1122,7 +1122,7 @@ rb_class_public_instance_methods(int argc, VALUE *argv, VALUE mod) * Returns a list of the names of public and protected methods of * obj. This will include all the methods accessible in * obj's ancestors. - * If the regular parameter is set to false, + * If the regular parameter is set to false, * Returns an array of obj's public and protected singleton methods, * the array will not include methods in modules included in obj. *