* doc/re.rb (Regexp): not under Doc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-09-17 04:06:18 +00:00
Родитель 43a0a6816a
Коммит 5a45c08ef2
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -1,4 +1,4 @@
module Doc
# -*- coding: utf-8 -*-
# Regular expressions (<i>regexp</i>s) are patterns which describe the
# contents of a string. They're used for testing whether a string contains a
# given pattern, or extracting the portions that match. They are created
@ -580,5 +580,4 @@ module Doc
# #=> #<MatchData "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa">
#
#
class Regexp; end
end
class Regexp; end