[Groonga-commit] droonga/droonga-engine at b9024d6 [master] Add missing require

Back to archive index

YUKI Hiroshi null+****@clear*****
Sat Jun 28 00:36:49 JST 2014


YUKI Hiroshi	2014-06-28 00:36:49 +0900 (Sat, 28 Jun 2014)

  New Revision: b9024d6c3e48f17c71c11d02ea646d6b66ccc33a
  https://github.com/droonga/droonga-engine/commit/b9024d6c3e48f17c71c11d02ea646d6b66ccc33a

  Message:
    Add missing require

  Modified files:
    lib/droonga/safe_file_writer.rb

  Modified: lib/droonga/safe_file_writer.rb (+4 -0)
===================================================================
--- lib/droonga/safe_file_writer.rb    2014-06-28 00:35:42 +0900 (a9d9632)
+++ lib/droonga/safe_file_writer.rb    2014-06-28 00:36:49 +0900 (a16c8f9)
@@ -13,6 +13,10 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+require "pathname"
+require "fileutils"
+require "tempfile"
+
 module Droonga
   class SafeFileWriter
     class << self
-------------- next part --------------
HTML����������������������������...
Télécharger 



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