diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-10 06:36:13 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-10 06:36:13 +0000 |
commit | 1325437297539bf433904b64db63a3186e62177e (patch) | |
tree | 01608a107ec3939b1013152d961b6407a5ba9c25 /doc/re.rdoc | |
parent | ce2b574017cacc2c3f2b0e92f82a7f250639fc34 (diff) |
* lib/rdoc: Import RDoc 2.5.2
* lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): Don't parse rdoc
files, reverts r24976 in favor of include directive support in C
parser.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/re.rdoc')
-rw-r--r-- | doc/re.rdoc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/re.rdoc b/doc/re.rdoc index 6ca3325682..0dfd8e5164 100644 --- a/doc/re.rdoc +++ b/doc/re.rdoc @@ -1,5 +1,4 @@ # -*- mode: rdoc; coding: utf-8; fill-column: 74; -*- -=begin rdoc 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 @@ -580,5 +579,4 @@ backtracking needed. Regexp.new('\A' 'a?' * 29 + 'a' * 29).match('a' * 29) #=> #<MatchData "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa"> -=end -class Regexp; end + |