Skip to content

Commit

Permalink
* doc/re.rb (Regexp): not under Doc.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Sep 17, 2009
1 parent 43a0a68 commit 5a45c08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/re.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -580,5 +580,4 @@ module Doc
# #=> #<MatchData "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa">
#
#
class Regexp; end
end
class Regexp; end

0 comments on commit 5a45c08

Please sign in to comment.