[Groonga-mysql-commit] mroonga/homebrew-mroonga at feb284b [master] Use <<~EOS instead of <<-EOS.undent

Back to archive index

ocha null+****@clear*****
Mon Apr 30 21:45:04 JST 2018


ocha	2018-04-30 21:45:04 +0900 (Mon, 30 Apr 2018)

  New Revision: feb284b2119a6b7d4d149131ef2d0de2b2702dd2
  https://github.com/mroonga/homebrew-mroonga/commit/feb284b2119a6b7d4d149131ef2d0de2b2702dd2

  Merged d95b8ca: Merge pull request #19 from ochaochaocha3/fix-heredoc

  Message:
    Use <<~EOS instead of <<-EOS.undent
    
    Homebrew doesn't use String#undent since Homebrew/brew#3319.

  Modified files:
    mroonga.rb

  Modified: mroonga.rb (+1 -1)
===================================================================
--- mroonga.rb    2018-01-06 15:20:16 +0900 (db9f8b1)
+++ mroonga.rb    2018-04-30 21:45:04 +0900 (9a2e179)
@@ -76,7 +76,7 @@ class Mroonga < Formula
   end
 
   def caveats
-    <<-EOS.undent
+    <<~EOS
       To confirm successfuly installed, run the following command
       and confirm that 'Mroonga' is in the list:
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180430/bf47eb5a/attachment.htm 



More information about the Groonga-mysql-commit mailing list
Back to archive index