[Hiki-cvs 1556] hiki/hiki @ 657d96c [master] Use double quote as string literal

Back to archive index

okkez syste****@okkez*****
2013年 6月 7日 (金) 10:21:09 JST


okkez	2013-06-07 10:21:09 +0900 (Fri, 07 Jun 2013)

  New Revision: 657d96cd48017d309ca90d5f2a298496719f493f
  https://github.com/hiki/hiki/commit/657d96cd48017d309ca90d5f2a298496719f493f

  Message:
    Use double quote as string literal

  Modified files:
    tool/convert.rb

  Modified: tool/convert.rb (+1 -1)
===================================================================
--- tool/convert.rb    2013-05-19 09:16:26 +0900 (c7cb5d5)
+++ tool/convert.rb    2013-06-07 10:21:09 +0900 (ca3d050)
@@ -1,6 +1,6 @@
 #! /usr/bin/env ruby
 
-$LOAD_PATH.unshift '.'
+$LOAD_PATH.unshift "."
 
 require "optparse"
 require "pathname"




Hiki-cvs メーリングリストの案内
Back to archive index