[前][次][番号順一覧][スレッド一覧]

ruby-changes:13218

From: nobu <ko1@a...>
Date: Thu, 17 Sep 2009 13:06:28 +0900 (JST)
Subject: [ruby-changes:13218] Ruby:r24975 (trunk): * doc/re.rb (Regexp): not under Doc.

nobu	2009-09-17 13:06:18 +0900 (Thu, 17 Sep 2009)

  New Revision: 24975

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=24975

  Log:
    * doc/re.rb (Regexp): not under Doc.

  Modified files:
    trunk/doc/re.rb

Index: doc/re.rb
===================================================================
--- doc/re.rb	(revision 24974)
+++ doc/re.rb	(revision 24975)
@@ -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 @@
 #          #=> #<MatchData "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa">
 #
 #
-  class Regexp; end
-end
+class Regexp; end

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]