From 1325437297539bf433904b64db63a3186e62177e Mon Sep 17 00:00:00 2001 From: drbrain Date: Sat, 10 Apr 2010 06:36:13 +0000 Subject: * 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 --- doc/re.rdoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc') 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 (regexps) 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) #=> # -=end -class Regexp; end + -- cgit v1.2.3