* lib/optparse.rb: Remove 'developer documentation' section from rdoc

Patch by Marcus Stollsteimer [ruby-core:50526][Bug #7504]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2012-12-17 17:44:34 +00:00
Родитель 08d599670a
Коммит c60e45f100
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Tue Dec 18 02:35:00 2012 Zachary Scott <zachary@zacharyscott.net>
* lib/optparse.rb: Remove 'developer documentation' section from rdoc
Patch by Marcus Stollsteimer [ruby-core:50526][Bug #7504]
Tue Dec 18 02:35:00 2012 Zachary Scott <zachary@zacharyscott.net>
* lib/matrix.rb (#lup): typo in example [ruby-core:50946][Bug #7582]

Просмотреть файл

@ -8,6 +8,7 @@
#
#--
# == Developer Documentation (not for RDoc output)
#
# === Class tree
@ -42,6 +43,8 @@
# | all instances)|
# +---------------+
#
#++
#
# == OptionParser
#
# === Introduction