From 00db6e744aa5056a96670eb03d374e0f5936afef Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 11 Jun 2006 14:21:08 +0000 Subject: * lib/optparse.rb (OptionParser::Arguable#getopts): pass self to the parser. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 895c55d40..75ed7788a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 11 23:20:07 2006 Nobuyoshi Nakada + + * lib/optparse.rb (OptionParser::Arguable#getopts): pass self to the + parser. + Sun Jun 11 10:00:57 2006 NAKAMURA Usaku * win32/win32.h (write): not need to define on bcc. -- cgit