From 433fdf2b0dd74b8f585a30b306a2eec3204509ab Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 8 Dec 2006 09:13:04 +0000 Subject: * lib/optparse.rb: cannot put :nodoc: before method definition. put after it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 212503013..15fc8ce9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +Fri Dec 8 18:11:18 2006 NAKAMURA Usaku + + * lib/optparse.rb: cannot put :nodoc: before method definition. + put after it. + Fri Dec 8 17:00:13 2006 NAKAMURA Usaku - * bin/rdoc: ues File.exist? instead of File.exists. + * bin/rdoc: ues File.exist? instead of File.exists?. Thu Dec 7 23:50:21 2006 Yukihiro Matsumoto -- cgit