summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/re.rdoc4
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
+