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

ruby-changes:19595

From: drbrain <ko1@a...>
Date: Thu, 19 May 2011 06:41:13 +0900 (JST)
Subject: [ruby-changes:19595] drbrain:r31637 (trunk): * lib/net/imap.rb: Fix indentation of EOF for heredoc.

drbrain	2011-05-19 06:41:01 +0900 (Thu, 19 May 2011)

  New Revision: 31637

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

  Log:
    * lib/net/imap.rb:  Fix indentation of EOF for heredoc.
    * lib/debug.rb (Commands):  Fix indentation of EOHELP for heredoc.

  Modified files:
    trunk/ChangeLog
    trunk/lib/debug.rb
    trunk/lib/net/imap.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31636)
+++ ChangeLog	(revision 31637)
@@ -1,3 +1,8 @@
+Thu May 19 06:36:11 2011  Eric Hodel  <drbrain@s...>
+
+	* lib/net/imap.rb:  Fix indentation of EOF for heredoc.
+	* lib/debug.rb (Commands):  Fix indentation of EOHELP for heredoc.
+
 Thu May 19 06:30:38 2011  Eric Hodel  <drbrain@s...>
 
 	* lib/mkmf.rb:  Fix indentation of EOM for heredoc.
Index: lib/net/imap.rb
===================================================================
--- lib/net/imap.rb	(revision 31636)
+++ lib/net/imap.rb	(revision 31637)
@@ -3514,7 +3514,7 @@
   --auth=AUTH                   specifies auth type
   --starttls                    use starttls
   --ssl                         use ssl
-    EOF
+EOF
   end
 
   begin
@@ -3649,7 +3649,7 @@
 fetch [msgno]                   display message
 logout                          logout
 help, ?                         display help message
-          EOF
+EOF
         else
           print "unknown command: ", cmd, "\n"
         end
Index: lib/debug.rb
===================================================================
--- lib/debug.rb	(revision 31636)
+++ lib/debug.rb	(revision 31637)
@@ -548,7 +548,7 @@
   p expression               evaluate expression and print its value
   h[elp]                     print this help
   <everything else>          evaluate
-      EOHELP
+EOHELP
   end
 
   def display_expressions(binding)

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

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