summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-17 04:06:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-17 04:06:18 +0000
commit5a45c08ef25cc41d7c6889edc38529a74cc4280d (patch)
treea7950018038610ea3d238acdef16b5963ab803db /doc
parent43a0a6816a114b9022780e05a4d9b17f73780c3e (diff)
* doc/re.rb (Regexp): not under Doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/re.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/re.rb b/doc/re.rb
index 6eabbb5c5a..9671a7bd0b 100644
--- a/doc/re.rb
+++ b/doc/re.rb
@@ -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