mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
43a0a6816a
commit
5a45c08ef2
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue